In Files

Parent

Methods

Class/Module Index [+]

Quicksearch

Gnuplot::SPlot

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
# File lib/gnuplot.rb, line 183
def initialize (io = nil, cmd = "splot")
  super
end

Public Instance Methods

to_gplot(io = "") 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 190
def to_gplot (io = "")
  super
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.