Method: Numo::Gnuplot#plot
- Defined in:
- lib/numo/gnuplot.rb
#plot(*args) ⇒ Object
draw 2D functions and data.
77 78 79 80 81 |
# File 'lib/numo/gnuplot.rb', line 77 def plot(*args) contents = parse_plot_args(PlotItem,args) _plot_splot("plot",contents) nil end |