Socket
Book a DemoInstallSign in
Socket

iruby-plotly

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iruby-plotly

bundlerRubygems
Version
1.0.1
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 24 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts