Skip to content

Releases: ievgrafov/gnuplotrb

Documentation & cosmetic fixes

18 Aug 21:35
Compare
Choose a tag to compare

Gem documentation updated with YARD format.
Other documentation updates are listed in #33.
Release also includes partial fix for #34.

Animation and fit

30 Jul 12:00
Compare
Choose a tag to compare

New

  • Animation - now one can create animated gifs with plots as frames. So it's possible to add one more axes (time) to a plot. Usage is shown in animated plots notebook.
  • Fit - with GnuplotRB::fit one can find best fit curve for dataset and plot it. Usage is shown in fit example notebook.
  • Added support for Daru::DateTimeIndex. See #24 .

Multiplot, iRuby and Daru support

03 Jul 11:37
Compare
Choose a tag to compare

New features

To make embedding GnuplotRB plots into iRuby notebooks easier this release contains improvements into iRuby support. Plots may be embedded as images or plain text and there is a notebook where you can see how to do it.

Since this release GnuplotRB is capable to output several plots to single multiplot layout. There is a notebook that covers this feature usage.

GnuplotRB can now use data from Daru structures (Vector and DataFrame) to create visualizations. Small example is here.

Notebook examples

Apart from this there are more notebooks which contain some examples of plots you can reach with GnuplotRB:

2D and 3D plotting

14 Jun 08:24
Compare
Choose a tag to compare

The gem already may be used to visualize datasets given as mathematical equations or points arrays. Notebook examples to start with gnuplot gem: