red-data-tools / unicode_plot.rb

Plot your data by Unicode characters
MIT License
249 stars 12 forks source link

Add stairs support #17

Closed mrkn closed 3 years ago

nanobowers commented 3 years ago

@mrkn
A direct port of julia code here: https://github.com/nanobowers/unicode_plot.rb/blob/new_features/lib/unicode_plot/stairs.rb I have validated the operation with some example code, but have not added tests yet.

This update is mingled with some other bug-fixes and support for block canvas, please let me know if you want separate PRs for each feature/issue.

mrkn commented 3 years ago

Could you make a pull-request to add your implementation?

mrkn commented 3 years ago

This is fixed by #38.