Method: Nyaplot::Frame#to_iruby

Defined in:
lib/nyaplot/frame.rb

#to_irubyObject

show plot automatically on IRuby notebook



56
57
58
59
# File 'lib/nyaplot/frame.rb', line 56

def to_iruby
  html = generate_body
  ['text/html', html]
end