Here are some more samples of how gnuplot scripts can be created to produce plots in this wiki.
Press the Edit link (in the menu bar above, not in your browser's tool bar) to see the gnuplot code these plots are based on.

gnuplot image
An example of in-line plotting
set size 0.3, 0.3
plot sin(0.5*x)
And now we pick up where we left off...again

Some more plots.
gnuplot image


gnuplot image

Here, the commands are shown.
gnuplot image
set isosamples 47
set hidden3d
set size 0.75,0.75
splot [-1:1] [-2:2] 60 * (x**2 + y**3)*exp(-x**2 - y**2)

gnuplot image
test
Subscribe to changes in this topic by e-mail: Remember my email address.