PGFPlotsX.jl Save

Plots in Julia using the PGFPlots LaTeX package

Project README

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:

  • Showing figures inline in Jupyter notebooks, VSCode-julia. Both png- and svg-figures can be shown.
  • Exporting to tex, pdf, svg, and png, file formats.
  • Customizing the preamble so that commands from latex packages can be used.
  • Extra functionality when different packages are loaded, for example Colors, DataFrames, Contour etc.

Installation

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

julia> Pkg.add("PGFPlotsX")

Documentation

Authors

Open Source Agenda is not affiliated with "PGFPlotsX.jl" Project. README Source: KristofferC/PGFPlotsX.jl
Stars
296
Open Issues
37
Last Commit
2 weeks ago

Open Source Agenda Badge

Open Source Agenda Rating