KristofferC / PGFPlotsX.jl

Plots in Julia using the PGFPlots LaTeX package
Other
301 stars 40 forks source link
julia latex pgfplots plotting

logo

PGFPlotsX

Documentation Build Status
build codecov

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 it tries 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 can easily be incorporated in the Julia code.

Features include:

Installation

The package is registered in the general registry and so can be installed with Pkg.add.

julia> Pkg.add("PGFPlotsX")

Documentation

Authors