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
plot
function08/22/2015
about 2 months ago
52 commits