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