A command line tool that draw plots on the terminal.
Go to file
2020-10-12 14:04:36 +09:00
.github Update README 2020-08-15 23:47:23 +09:00
exe Rubocop auto correct 2020-09-19 00:08:09 +09:00
lib v0.2.6 2020-10-12 07:45:42 +09:00
test Rubocop auto correct 2020-09-19 00:08:09 +09:00
.gitignore Update .gitignore 2020-08-03 09:42:55 +09:00
.travis.yml Configure travis.yml 2020-07-29 11:55:11 +09:00
Gemfile Rubocop auto correct 2020-09-19 00:08:09 +09:00
LICENSE.txt first plot 2020-07-28 23:07:15 +09:00
Rakefile Rubocop auto correct 2020-09-19 00:08:09 +09:00
README.md Add images to README.md 2020-10-12 14:04:36 +09:00
uplot.gemspec Drop support for ruby 2.3 2020-10-10 23:18:27 +09:00

uplot

Build Status Gem Version Docs Latest The MIT License

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.