Skip to content

Nyaplot v0.1.2

Compare
Choose a tag to compare
@domitry domitry released this 06 Nov 10:52
· 28 commits to master since this release
  • Small bug fix on DataFrame
  • Method-chain style setting support:
plot = Nyaplot::Plot.new
plot.x_label('hoge').y_label('nya')