charty
charty copied to clipboard
Visualizing your data in Ruby
- [ ] Numeric variable for color dimension - [ ] Categorical variable for size dimension - [ ] Test for irregular cases for color, size, and style
When I execute sample code that is written in Usage section of README.md, blank window has opened. ## Environment ``` $ uname -a Darwin xxxxMacBook-Pro.local 18.5.0 Darwin Kernel Version 18.5.0:...
The following features are unavailable with NMatrix. - [ ] Drawing error bars in bar plot The reason why NMatrix support is delayed is that NMatrix does not support Ruby...
https://plot.ly/python-api-reference/generated/plotly.express.scatter_geo.html#plotly.express.scatter_geo
Following two gems are required to execute sample code that is written in Usage section of README.md. ``` gem 'numo-narray' gem 'matplotlib' ``` The numo-narray gem might be required because...
- [x] `Charty::Color` is going to be `Color` in `red-color` - [ ] `Charty::Colormap` is going to be `Color::Map` in `red-color` (https://github.com/red-data-tools/red-colors/issues/2) - [x] `Charty::Palette` is going to be `Palette`...
See https://github.com/red-data-tools/charty/pull/36#discussion_r333844044
The following code doesn't work with the current `instance_eval` based implementation. ```ruby require "charty" class MyApp def initialize @dataset = [ [[1, 2, 3], [4, 2, 1]], [[1, 2, 3],...
https://jku-vds-lab.at/publications/2014_infovis_upset/