PGFPlotsX.jl

Plots in Julia using the PGFPlots LaTeX package
授权协议 View license
开发语言
所属分类 企业应用、 LaTeX排版系统
软件类型 开源软件
地区 不详
投 递 者 庄欣然
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

PGFPlotsX

Documentation Build Status
build

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:

  • Showing figures inline in Jupyter notebooks, Juno and 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