red-data-tools / unicode_plot.rb

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

Adding support for staircase plots, with unit tests #38

Closed nanobowers closed 3 years ago

nanobowers commented 3 years ago

Adds support for staircase plot, issue #17

Unit tests from UnicodePlot.jl were borrowed and added to the test suite.

Additionally an example has been added to the example directory.

mrkn commented 3 years ago

@nanobowers Thank you very much!