mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-09-18 01:29:37 +08:00
6ebc707c51e3a5146fcead188f575a1f08b932a5
uplot
Create ASCII charts on the terminal with data from standard streams in the pipeline.
📊 Powered by UnicodePlot
🚧 Under development! 🚧
Installation
gem install u-plot
Usage
histogram
ruby -r numo/narray -e "puts Numo::DFloat.new(1000).rand_norm.to_a" \
| uplot hist --nbins 15
scatter
line
box
Development
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/kojix2/uplot.
License
The gem is available as open source under the terms of the MIT License.
Languages
Ruby
100%