Popularity
1 Star
Updated Last
1 Year Ago
Started In
August 2015

PLplot package for Julia

PLplot is a cross-platform software package for creating scientific plots.

Installation

  1. Requirements: julia (v0.4-), cmake (v3.0.2), gcc, libqhull, libfreetype

  2. Clone package

julia> Pkg.clone("https://github.com/wildart/PLplot.jl")
julia> Pkg.build("PLplot")
  1. Plot some data
using PLplot
plot(:xwin, rand(10), pch='', typ=:overlay)
  1. See examples directory for some examples or PLplot documentation

TODO

  • Wrap PLplot functions
  • High-level plot function
  • More high-level plotting functions
  • Binary installation
  • Documentation