-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Log scales ? #43
Comments
Hello. |
Something per axis, e.g. I suppose one could process the data before feeding them to the plotter, but it would be a good convenience if plotter took care of that... |
You can use log scale for curl -sL https://git.io/ISLANDScsv \
| sort -nk2 -t, \
| tail -n15 \
| uplot bar -d, -t "Areas of the World's Major Landmasses" --xscale log Areas of the World's Major Landmasses
┌ ┐
Britain ┤■■■■■■■■■■■■■■ 84.0
Honshu ┤■■■■■■■■■■■■■■ 89.0
Sumatra ┤■■■■■■■■■■■■■■■■■ 183.0
Baffin ┤■■■■■■■■■■■■■■■■■ 184.0
Madagascar ┤■■■■■■■■■■■■■■■■■ 227.0
Borneo ┤■■■■■■■■■■■■■■■■■■ 280.0
New Guinea ┤■■■■■■■■■■■■■■■■■■ 306.0
Greenland ┤■■■■■■■■■■■■■■■■■■■■■ 840.0
Australia ┤■■■■■■■■■■■■■■■■■■■■■■■■■ 2968.0
Europe ┤■■■■■■■■■■■■■■■■■■■■■■■■■■ 3745.0
Antarctica ┤■■■■■■■■■■■■■■■■■■■■■■■■■■■ 5500.0
South America ┤■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 6795.0
North America ┤■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 9390.0
Africa ┤■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 11506.0
Asia ┤■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 16988.0 Lines 312 to 322 in a2d04da
On the other hand, YouPlot is mostly a wrapper for the backend library UnicodePlot. So, it depends on |
Reading the README.md of the original Julia implementation of UnicodePlot, it appears that log scale is now supported. And I hope Ruby's UnicodePlot will support it as well. |
Sounds great, I'll use bar or count. Shall we close this or keep it open as a reminder for the work for line, scatter, etc. ? |
Please leave this issue Open. |
It would be very useful for
(interpretation: most words don't end in a common ending, but a few endings are very very common) |
Is log scales possible? Any plans to add it? Thanks.
The text was updated successfully, but these errors were encountered: