Previous: Gnuplot Options, Up: Plotting [Contents][Index]
Opens the pipe to gnuplot used for plotting with the gnuplot_pipes
format. Is not necessary to manually open the pipe before plotting.
Closes the pipe to gnuplot which is used with the gnuplot_pipes
format.
Sends the command s to the gnuplot pipe. If that pipe is not currently opened, it will be opened before sending the command. s must be a string.
Closes the pipe to gnuplot which is used with the gnuplot_pipes
format and opens a new pipe.
Updates the gnuplot window. If gnuplot_replot
is called with a
gnuplot command in a string s, then s
is sent to gnuplot
before reploting the window.
Resets the state of gnuplot used with the gnuplot_pipes
format. To
update the gnuplot window call gnuplot_replot
after gnuplot_reset
.
Previous: Gnuplot Options, Up: Plotting [Contents][Index]