iruby-plotly

A shim to support using Plotly in IRuby Jupyter notebooks.

Usage:

require 'iruby-plotly'

IRuby.plotly([{y: [1,2,5,20]}])

or (convenience method)

IRuby.plot([1,2,5,20])

or (convenience method)

IRuby.plot(y: [1,2, 5, 20], x: [0,1,2,3])

Example Output