pgfplots icon indicating copy to clipboard operation
pgfplots copied to clipboard

PGFPlots code generator

Results 8 pgfplots issues
Sort by recently updated
recently updated
newest added

**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...

help wanted
good first issue

**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)...

enhancement

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...

enhancement

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`...

enhancement
question

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)`...

enhancement
question

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.

help wanted
good first issue

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.

help wanted
good first issue