Hello everyone!
I am happy to announce a major update to the UnicodePlots.jl code base.
Aside from finally having a proper, fully automated test-suite, the package also received a couple of new features as well as a graphical overhaul.
Changes include:
Here a couple of screenshots on macOS:
71 Likes
This must be one of my favourite julia packages, congrats and keep up the good work
5 Likes
Fastest plot package that ALWAYS works!
12 Likes
Going to put it into startup.jl
config file. Would be really awesome if it has a colored image
or imshow
type of plot available also, to plot pixels of fractals like Fatou.jl .
This seems so nice! I did not know about it until now. Thanks for this!
1 Like
This functionality is available in a separate package (because of dependencies)
5 Likes
Thanks, thatβs useful! One other feature I noticed is missing: 2D parametric plots
Also polar plots are missing. These are just some ideas for what else can be done.
affans
January 7, 2019, 10:56pm
#8
One of the Julia core team members actually suggested putting this in stdlib.
Compare:
julia> A = Diagonal(rand(1000))
1000Γ1000 Diagonal{Float64,Array{Float64,1}}:
0.0341907 β
β
β
β¦ β
β
β
β
0.758919 β
β
β
β
β
...
display and printing
sparse
I agree with him.
7 Likes
It would be very, very nice to have a textual plotting system in stdlib! Many times I need to do some analysis in algorithms running at servers that I access through ssh. This package will be very handy!
IMHO, this package and StaticArrays.jl should be added to stdlib.
2 Likes
Really like this package! Fast and straightforward!
3 Likes
Awesome work! I cannot express enough the joy of making a histogram in console mode.
1 Like
Thanks again so much for your work on this. The availability of log scaling makes this package much more useable to me.
Itβs amazing how 95% of the time the unicode plots are more than adequate. Why bother with anything else? Well, Iβm not going to.
6 Likes