Registry / utility / rbplotly

rbplotly

JSON →
library0.1.2rbrubygemsunverified

A Ruby visualization library for creating interactive plots.

gem install rbplotly
INSTALL
IMPORT
SIG · RBPLOTLY
R
rbplotly
utilityrubyv0.1.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Rbplotly
require 'rbplotly'

Create a simple line plot

require 'rbplotly' trace = Rbplotly::Trace.new(x: [1, 2, 3], y: [4, 5, 6]) plot = Rbplotly::Plot.new(data: [trace]) plot.generate_html
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
rbplotly — gem install rbplotly · libregistry