Online website | Documentation | Video | 网站(简体中文) | 文档(简体中文) | 视频(简体中文)
PGFPlots is a remarkable package in LaTeX, to create precise, vectorized, and highly personalized statistic graphs. You could get more information about PGFPlots package on https://github.com/pgf-tikz/pgfplots, thank all those contributors for creating a useful package to plot in LaTeX natively.
PGFPlotsEdt is basically a frontend for this package, to generate PGFPlots code automatically through a web-based user interface. This project is under LaTeX Sparkle Project, you could also get some tips on PGFPlots on this webpage.
TikzEdt is the inspiration of this project, to create LaTeX TikZ graph in WYSIWYG (what you see is what you get) mode. You could download this software on TikzEdt homepage, you could also get more tips on TikZEdt on this webpage.
-
Online version You could use the online version directly:
-
Deployment version PGFPlotsEdt also provides several local deployment methods for faster compilation and other features, refer to the documentation for details:
- Open locally: open index.html in the browser.
- Local compilation: use
ppedt_server.py
to compile standalone tex files locally in near real-time (see pgfplots-benchmark repo for details). - LLM: use
ppedt_server_llm.py
to enable code completion with Llama 3. - Deployment compilation: use
deploy/gunicorn-deploy.py
for production use to serve multiple users.
This repo contains documentation in Markdown format, which could be compiled into PDFs through l3build doc
in the folder. The generated PDFs are automatically updated in PGFPlotsEdt-doc repo.
Welcome to contribute your translation to PGFPlotsEdt! See CONTRIBUTING for details.
Vue.js is the progressive JavaScript framework for this project.
LaTeXOnline is the chosen online LaTeX compiler for previewing the graph result.
MathJax is the TeX typeset rendering machine for previewing the formula input.
Llama 3 is the chosen large language model to generate code. The LLM model is deployed by MLC LLM.
Copyright (c) 2020-2024 Log Creative & LaTeX Sparkle Project