PLplot package for Julia
July 27, 2017 ยท View on GitHub
PLplot is a cross-platform software package for creating scientific plots.
Installation
-
Requirements: julia (v0.4-), cmake (v3.0.2), gcc, libqhull, libfreetype
-
Clone package
julia> Pkg.clone("https://github.com/wildart/PLplot.jl")
julia> Pkg.build("PLplot")
- Plot some data
using PLplot
plot(:xwin, rand(10), pch='โ', typ=:overlay)
- See
examplesdirectory for some examples or PLplot documentation
TODO
- Wrap PLplot functions
- High-level
plotfunction - More high-level plotting functions
- Binary installation
- Documentation