rubyplot
rubyplot copied to clipboard
An advanced plotting library for Ruby.
Note: `spec/*` is not a target of Rubocop (see `.rubocop.yml`).
``` Traceback (most recent call last): ./a.rb:11:in `': uninitialized constant Rubyplot (NameError) Did you mean? RUBY_PLATFORM ``` on fedora linux
This adds a new backend to draw plots interactively using Ruby/Tk. See the `examples/tk_canvas_wrapper` folder for details about how to use. I wrote this backend in order to be able...
Hi. I think grruby.so location is ambiguous. By default, `gems/rubyplot -0.1 .pre.a1/lib/grruby/grruby.so` is generated. But this file is not read. rubyplot reads `gems/rubyplot -0.1 .pre.a1/lib/grruby.so`
Currently the GR backend wrapper does not allow changing the opacity of the color fill. Should be added.
Currently the legend is drawn at a default location within the plot. This should be changed so that the location of the legend changes as per the plot and is...
In pursuit of better architecture I'm ditching good looks of the plots. Following are the things that strike me as needing change: - [ ] Show non-overlapping X ticks. -...