Analogous to Plot class, holds command information
and performs the formatting of that command information to a Gnuplot process. Should be used when for drawing
3D plots.
Public Class Methods
new(io = nil, cmd = "splot")click to toggle source
Currently using the implementation from parent class Plot. Leaving the method explicit here, though, as to
allow an specific implementation for SPlot in the
future.
# File lib/gnuplot.rb, line 190defto_gplot (io = "")
superend