pgfplots 0.5.1

A Rust library to generate publication-quality figures
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Examples

There are multiple variations of plots that you can make. Currently you will 
need to (ab)use the `PlotKey::Custom` and the `AxisKey::Custom` variants to
fully customize your plots. These take valid PGFPlots keys, which you can browse
in the official manual. There is a set of features from LaTeX's pgfplots
missing; please open an issue for these.

|[[code]](https://github.com/DJDuque/pgfplots/blob/main/examples/fitted_line.rs)|[[code]](https://github.com/DJDuque/pgfplots/blob/main/examples/rectangle_integration.rs)|[[code]](https://github.com/DJDuque/pgfplots/blob/main/examples/snowflake.rs)|
|-|-|-|
|![](https://github.com/DJDuque/pgfplots/blob/main/examples/fitted_line.png)|![](https://github.com/DJDuque/pgfplots/blob/main/examples/rectangle_integration.png)|![](https://github.com/DJDuque/pgfplots/blob/main/examples/snowflake.png)|