Documentation | Build Status |
---|---|
PGFPlotsX is a Julia package to generate publication quality figures using the LaTeX library PGFPlots.
It is similar in spirit to the package PGFPlots.jl but ittries to have a very close mapping to the PGFPlots API as well as minimize the number of dependencies.The fact that the syntax is similar to the TeX version means that examples from Stack Overflow and the PGFPlots manual caneasily be incorporated in the Julia code.
Features include:
The package is registered in the general registry and so can be installed with Pkg.add
.
julia> Pkg.add("PGFPlotsX")