From Wikipedia, the free encyclopedia
[edit] Summary
Description |
Function: y = x2
|
Source |
Self-made using gnuplot
|
Date |
2006-05-26
|
Author |
Qualc1
|
Permission |
See below
|
[edit] Instructions
Generated in gnuplot with the following script:
set terminal svg size 1000 1000 fixed enhanced fname 'Times' fsize 36
set output "Function_x^2.svg"
set samples 5000
set autoscale fix
set xrange [-8:8]
set yrange [-6:10]
set grid
set xzeroaxis linetype -1 linewidth 2
set yzeroaxis linetype -1 linewidth 2
set key bottom
plot x**2 lw 4
[edit] Licensing
I, the author of this work, hereby publish it under the following licenses:
You may select the license of your choice.
|
File links
The following pages on the English Wikipedia link to this file (pages on other projects are not listed):