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
Licensing
I, the copyright holder of this work, hereby publish it under the following licenses:
This file is licensed under the Creative CommonsAttribution ShareAlike 2.5 License. In short: you are free to share and make derivative works of the file under the conditions that you appropriately attribute it, and that you distribute it only under a license identical to this one. Official license
You may select the license of your choice.
File history
Click on a date/time to view the file as it appeared at that time.