TextPlots.jl
TextPlots.jl copied to clipboard
Fancy terminal plotting for Julia using Braille characters.
```julia (@v1.7) pkg> add TextPlots Updating registry at `~/.julia/registries/General` Updating git-repo `https://github.com/JuliaRegistries/General.git` ERROR: The following package names could not be resolved: * TextPlots (not found in project, manifest or registry)...
[PackageEvaluator.jl](https://github.com/IainNZ/PackageEvaluator.jl) is a script that runs nightly. It attempts to load all Julia packages and run their tests (if available) on both the stable version of Julia (0.3) and the...
How hard would it be to implement staircase plots?
Very impressive Unicode-based diagram tool in early beta: http://monodraw.helftone.com/ May be able to make nicer framing and legends for the plots by learning from their techniques with more unicode characters.
Not sure if there's anything from http://syzygy.virtualave.net/webwork/javascript/plotter.htm that can be of use to TextPlot.jl, but I thought I'd at least make a mention of it. Particularly, they seem to support...
It'd be great to be able to plot with color. e.g. each plotted function having a different color.
Show more of the available options (like logplot and other axis scales), and update the screenshots to show the snazzy new axis label formatting.