Naoki Nishida

Results 26 comments of Naoki Nishida

This issue was partly resolved in the commit: https://github.com/domitry/nyaplot/commit/9c63f1223e4d929d0a028ee3bc79dcefb33ac923 Now you can write as below: ``` ruby scatter.tooltips([:hoge, :nya]) ``` Or ``` ruby scatter.tooltips(:hoge) ```

Tooltips has not been implemented yet. If you have time, you can implement it just like [Legend](https://github.com/domitry/elegans/blob/master/src/components/legends.js). Also some lines should be added to [Stage](https://github.com/domitry/elegans/blob/master/src/components/stage.js). Feel free to ask me...

Maybe you can implement such feature by adding new option named 'type' or some others. https://github.com/domitry/Nyaplotjs/blob/master/src/view/diagrams/line.js#L33 https://github.com/domitry/nyaplot/blob/master/lib/nyaplot/diagram.rb#L245 See also: http://www.d3noob.org/2013/01/making-dashed-line-in-d3js.html

You can implement it by adding some lines to: https://github.com/domitry/Nyaplotjs/blob/master/src/view/components/axis.js#L34 See also: https://github.com/mbostock/d3/wiki/SVG-Axes

OK, I built the native extension and installed rbczmq-1.7.9 successfully. In my environment (ruby2.2.3p173 x64-mingw32), `GNU_CHAIN` is not defined on top level and also its dev-tool do not recognize the...

To install this gem to Windows you may have to install VS2012 or up and build zeromq and czmq manually with it. Some settings written in `*.sln` should be also...

@jmarrec I wrote in #52 but it still doesn't work … anyway build errors disappeared and we can go next, maybe.

@jmarrec BTW now IRuby works well with ffi-rzmq on Windows so if you'd like to try it just run `git pull https://github.com/SciRuby/iruby.git`, build and install it. The detailed installation instruction...

Yes, bar chart has two mode that you require and box plot should do the same, but I have no idea to implement it naturally. The second and third arguments...

Agree. Can you try that? I'd be happy to accept a PR.