All Projects → KristofferC → Pgfplotsx.jl

KristofferC / Pgfplotsx.jl

Licence: other
Create plots in Julia using the PGFPlots LaTeX package

Programming Languages

julia
2034 projects

Projects that are alternatives of or similar to Pgfplotsx.jl

Ipypublish
A workflow for creating and editing publication ready scientific reports and presentations, from one or more Jupyter Notebooks, without leaving the browser!
Stars: ✭ 188 (-10.48%)
Mutual labels:  latex
Sane tikz
Reconquer the canvas: beautiful Tikz figures without clunky Tikz code
Stars: ✭ 196 (-6.67%)
Mutual labels:  latex
Jekyll Spaceship
🚀 A Jekyll plugin to provide powerful supports for table, mathjax, plantuml, mermaid, emoji, video, audio, youtube, vimeo, dailymotion, soundcloud, spotify, etc.
Stars: ✭ 196 (-6.67%)
Mutual labels:  latex
Gitdags
A package for drawing educational Git history graphs
Stars: ✭ 188 (-10.48%)
Mutual labels:  latex
Latex G7 32
Стиль LaTeX для оформления отчетов о НИР, расчётно-пояснительной записки к курсовым и дипломным работам (ГОСТ 7.32-2001 и ГОСТ РВ 15.110-2003).
Stars: ✭ 193 (-8.1%)
Mutual labels:  latex
Eeg 101
Interactive neuroscience tutorial app using Muse and React Native to teach EEG and BCI basics.
Stars: ✭ 199 (-5.24%)
Mutual labels:  plotting
Awesome Cv
📄 Awesome CV is LaTeX template for your outstanding job application
Stars: ✭ 14,957 (+7022.38%)
Mutual labels:  latex
Katex
Fast math typesetting for the web.
Stars: ✭ 14,623 (+6863.33%)
Mutual labels:  latex
Oxyplot
A cross-platform plotting library for .NET
Stars: ✭ 2,466 (+1074.29%)
Mutual labels:  plotting
Inkscape Shortcut Manager
Inkscape shorcut manager
Stars: ✭ 200 (-4.76%)
Mutual labels:  latex
Hustpapertemp
华中科技大学本科毕业论文LaTeX模板 2017
Stars: ✭ 189 (-10%)
Mutual labels:  latex
Highlight
Source code to formatted text converter
Stars: ✭ 191 (-9.05%)
Mutual labels:  latex
Vscode Ltex
LTeX – Grammar/spell checker for VS Code with LanguageTool and LaTeX/Markdown support
Stars: ✭ 199 (-5.24%)
Mutual labels:  latex
Resume
Software developer resume in Latex
Stars: ✭ 2,664 (+1168.57%)
Mutual labels:  latex
Csharpmath
LaTeX. in C#. (ported from the wonderful iosMath project).
Stars: ✭ 205 (-2.38%)
Mutual labels:  latex
Beamermaterialdesign
Theme for Beamer inspired by Google's Material Design
Stars: ✭ 186 (-11.43%)
Mutual labels:  latex
Bookdownplus
The easiest way to use R package bookdown for writing varied types of books and documents
Stars: ✭ 198 (-5.71%)
Mutual labels:  latex
Mathpix
Query the mathpix API to convert math images to LaTeX
Stars: ✭ 208 (-0.95%)
Mutual labels:  latex
Matplotlib
matplotlib: plotting with Python
Stars: ✭ 14,738 (+6918.1%)
Mutual labels:  plotting
Webgl Plot
A high-Performance real-time 2D plotting library based on native WebGL
Stars: ✭ 200 (-4.76%)
Mutual labels:  plotting

logo

PGFPlotsX

Documentation Build Status
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, 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

  • STABLEmost recently tagged version of the documentation.
  • DEVin-development version of the documentation.

Authors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].