Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kristofferc/pgfplotsx.jl
Plots in Julia using the PGFPlots LaTeX package
https://github.com/kristofferc/pgfplotsx.jl
julia latex pgfplots plotting
Last synced: 2 days ago
JSON representation
Plots in Julia using the PGFPlots LaTeX package
- Host: GitHub
- URL: https://github.com/kristofferc/pgfplotsx.jl
- Owner: KristofferC
- License: other
- Created: 2017-05-05T19:09:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T11:09:52.000Z (8 months ago)
- Last Synced: 2024-05-01T15:38:13.018Z (8 months ago)
- Topics: julia, latex, pgfplots, plotting
- Language: Julia
- Homepage:
- Size: 23.8 MB
- Stars: 296
- Watchers: 8
- Forks: 40
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![logo](docs/src/assets/logo.png)
# PGFPlotsX
| **Documentation** | **Build Status** |
|:-------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------:|
| [![][docs-stable-img]][docs-stable-url] | [![build](https://github.com/KristofferC/PGFPlotsX.jl/workflows/CI/badge.svg)](https://github.com/KristofferC/PGFPlotsX.jl/actions?query=workflow%3ACI) [![codecov](https://codecov.io/gh/KristofferC/PGFPlotsX.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/KristofferC/PGFPlotsX.jl)|*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](https://github.com/sisl/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](https://kristofferc.github.io/PGFPlotsX.jl/stable/examples/juliatypes) 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
julia> Pkg.add("PGFPlotsX")
```## [Documentation][docs-stable-url]
## Authors
- Kristoffer Carlsson - [@KristofferC89](https://github.com/KristofferC/)
- Tamas K. Papp - [@tpapp](https://github.com/tpapp)[docs-stable-img]: https://img.shields.io/badge/docs-blue.svg
[docs-stable-url]: https://kristofferc.github.io/PGFPlotsX.jl/v1/[travis-img]: https://travis-ci.org/KristofferC/PGFPlotsX.jl.svg?branch=master
[travis-url]: https://travis-ci.org/KristofferC/PGFPlotsX.jl[issues-url]: https://github.com/KristofferC/PGFPlotsX.jl/issues