Method: SVGPlot.new

Defined in:
lib/svgplot.rb

.new(*args, &block) ⇒ Object

Add .new() helper for creating a new Plot object



8
9
10
# File 'lib/svgplot.rb', line 8

def new(*args, &block)
  self::Plot.new(*args, &block)
end