rbplotly icon indicating copy to clipboard operation
rbplotly copied to clipboard

a Ruby visualization library

Results 7 rbplotly issues
Sort by recently updated
recently updated
newest added

Thanks for the useful gem. I really use it pretty often. Now I will nbconvert the notebook to operate batch jobs, the Plotly.show should be necessary to change the download_image....

`downloadimg` spec is disabled in this pull-req. It is hard to keep working it in `.travis.yml`. And this makes difficult to update plotly.js. (And it is more important in practice...

## Bar charts - [x] [basic](http://nbviewer.jupyter.org/github/y4ashida/rbplotly/blob/570ee3213cd0e60e25b72369008f1fd2a40610e9/examples/basic_bar_chart.ipynb) - [x] [grouped](http://nbviewer.jupyter.org/github/y4ashida/rbplotly/blob/570ee3213cd0e60e25b72369008f1fd2a40610e9/examples/grouped_bar_chart.ipynb) - [x] [stacked](http://nbviewer.jupyter.org/github/y4ashida/rbplotly/blob/570ee3213cd0e60e25b72369008f1fd2a40610e9/examples/stacked_bar_chart.ipynb) - [ ] Bar Chart with Error Bars ## Pie charts - [x] [basic](http://nbviewer.jupyter.org/github/y4ashida/rbplotly/blob/570ee3213cd0e60e25b72369008f1fd2a40610e9/examples/basic_pie_chart.ipynb) ## Box plots -...

rbplotly cannot render charts on JupyterLab even if jupyterlab/plotly-extension is installed. The following message has been displayed on console: ``` [E 15:52:34.774 LabApp] Notebook JSON is invalid: Additional properties are...

bug
help wanted

Thanks for giving the opportunity to use plotly directly from ruby. It is so convenient for me to code by Ruby and get lots of information from plot.ly. BTW, can...

The developers who want to run all spec files, they need to define `PLOTLY_USERNAME` and `PLOTLY_API_KEY` environment variables. But there is no information about hem in README.

Is it possible to save generated graphs to local directory? It seems that it is possible to download image when 'online' mode, but I couldn't find how to save graph...