PLplot is a cross-platform software package for creating scientific plots.
-
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
examples
directory for some examples or PLplot documentation
- Wrap PLplot functions
- High-level
plot
function - More high-level plotting functions
- Binary installation
- Documentation