Releases: domitry/nyaplot
Releases · domitry/nyaplot
Nyaplot v0.1.5
Nyaplot v0.1.4
- 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
- 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
Minor change from v0.1.0
- Implement
export_html
to Plot and Frame - Fix two bug that crash IRuby on Plot and DataFrame