pgfplots
pgfplots copied to clipboard
PGFPlots code generator
**Is your feature request related to a problem? Please describe.** I rarely use the `inclusive` feature because I always have a LaTeX distribution installed in my system. Nonetheless, it is...
**Is your feature request related to a problem? Please describe.** The first thing that comes to mind is setting the width of a bar plot. Without the `\pgfplotsset{compat=1.7}` (or newer)...
Same as issue #5 but for `xbar interval` and `ybar interval` plots. These type of plots have an additional `relative width` key. Or is this key also relevant for normal...
The general command for a plot is: ``` \addplot[keys] coordinates { % coordinates } ; ``` How should we include support for this? My first idea is to add `Option`...
The `Coordinate2D` should support `point meta` data. But I don't fully understand yet how this works. Is this just an integer? Should this only change the `Coordinate2D`: `(x,y) +- (err_x,err_y)`...
Hey! First things first, I really enjoyed working with this crate! Thanks for your effort. This PR adds another `PlotKey`, namely the `mark=...` key. I had the following problem: I...
This function is not tested. I don't know how to test this properly, and I would like to have a test to avoid breaking it accidentally in the future.
This function is not tested. I don't know how to test this properly, and I would like to have a test to avoid breaking it accidentally in the future.