Skip to content

Releases: domitry/nyaplot

Nyaplot v0.1.5

17 May 06:06
Compare
Choose a tag to compare

Enables to export plots as SVG, PNG and JPG from right-click menu.

Nyaplot v0.1.4

23 Apr 16:24
Compare
Choose a tag to compare
  • Switch rawgit.com to cdn.rawgit.com
  • Support log and power scale
plot = Plot.new
plot.add(:line, x_arr, y_arr)
plot.x_scale("log")
plot.show

Nyaplot v0.1.2

06 Nov 10:52
Compare
Choose a tag to compare
  • Small bug fix on DataFrame
  • Method-chain style setting support:
plot = Nyaplot::Plot.new
plot.x_label('hoge').y_label('nya')

Nyaplot version 0.1.1

22 Aug 23:32
Compare
Choose a tag to compare

Minor change from v0.1.0

  • Implement export_html to Plot and Frame
  • Fix two bug that crash IRuby on Plot and DataFrame

Nyaplot version 0.1.0

19 Aug 15:14
Compare
Choose a tag to compare

This version of nyaplot includes extensions below:

  • Mapnya
  • Bionya
  • Nyaplot3D

Document is here.