Graphing with Gnuplot Enter a function below. You may also enter the x- and y-values that you wish to view the function in, and set an additional gnuplot option. Function: Domain: (optional) Range: (optional) Option: (for example, "set size ratio -1") Here are the commands sent to gnuplot: set terminal png small set title "Graph by GnuPlot" set nokey set xtics axis set ytics axis set zeroaxis plot [-10:10] sin(x)
Enter a function below. You may also enter the x- and y-values that you wish to view the function in, and set an additional gnuplot option.
Here are the commands sent to gnuplot:
set terminal png small set title "Graph by GnuPlot" set nokey set xtics axis set ytics axis set zeroaxis plot [-10:10] sin(x)
set terminal png small
set title "Graph by GnuPlot"
set nokey
set xtics axis
set ytics axis
set zeroaxis
plot [-10:10] sin(x)
perl code