Skip to content
This repository has been archived by the owner on May 28, 2022. It is now read-only.

wildart/PLplot.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

PLplot Julia wrapper

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages