daru-view
                                
                                 daru-view copied to clipboard
                                
                                    daru-view copied to clipboard
                            
                            
                            
                        daru-view is for easy and interactive plotting in web application & IRuby notebook. daru-view is a plugin gem to the existing daru gem.
## References to other Issues or PRs #### Brief description of what is fixed or changed Allows the plotting of multiple series on a highcharts plot along a single index....
e.g. ``` irb(main):001:0> idx = Daru::Index.new ['Year', 'Sales'] => # irb(main):002:0> data_rows = [ irb(main):003:1* ['2004', 1000], irb(main):004:1* ['2005', 1170], irb(main):005:1* ['2006', 660], irb(main):006:1* ['2007', 1030] irb(main):007:1> ] => [["2004",...
When IRuby and ffii-rzmq gems are installed, Daru-view creates an issue when loading the rails server whereby cannot load such file -- daru-view (LoadError). Daru-view without IRuby works. IRuby without...
If I understand correctly, a cell in a Jupyter notebook can only render one output. In case of Daru this can be done by calling `my_graph.show_in_iruby`. In order to render...
This is not a problem. Information for people using Googlecolab. ### How to use IRuby on Google Colab. https://dev.to/kojix2/ruby-kernel-in-google-colaboratory-32ni ### If `Daru::View.plotting_library` and `Daru::View::Plot` are in the same cell, it...
Refer https://github.com/SciRuby/daru-view/pull/119 discussion
Hi, when I try to use another plotting library other than the default I get an error. **Example**: ```ruby require 'daru/view' Daru::View.plotting_library = :googlecharts df = Daru::DataFrame.new( {'Names' => %w(A...
Refer : https://github.com/SciRuby/daru-view/pull/147#discussion_r259702090 Need to improve test converage for datatables adapter.
last few lines of error : ``` /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -pedantic -Werror -Wall -D_GNU_SOURCE -DLINUX -D_REENTRANT -D_THREAD_SAFE -g -I/usr/local/lib/ruby/gems/2.5.0/gems/rbczmq-1.7.9/ext/rbczmq/dst/include -g -fPIC -MT zdir.lo -MD -MP...
type: 'datetime' for date time in javascript. currently not working in HighCharts in IRuby notebook
[6th cell](https://github.com/SciRuby/daru-view/blob/master/spec/dummy_iruby/Highcharts%20-%20line%20graphs2.ipynb) throws error, this issue is opened so that it remains into consideration.