-
*Migrated from SourceForge*
https://sourceforge.net/p/pgfplots/feature-requests/70/
Author: denisbitouze
Timestamp: 2017-03-25 08:12:06.129000
A plot created with `pgfplots` doesn't look by default l…
-
*Migrated from SourceForge*
https://sourceforge.net/p/pgfplots/bugs/74/
Author: liverpool-luigi
Timestamp: 2014-12-04 09:13:23.004000
According to [this](http://tex.stackexchange.com/questions/213901…
-
*Migrated from SourceForge*
https://sourceforge.net/p/pgfplots/bugs/213/
Author: dilawars
Timestamp: 2018-12-16 10:25:44.002000
A minimal working example has been posted by someone else here: https:/…
-
This has been driving me crazy over the last few days. I'm trying to use a `boxplot prepared` within a `groupplot` with `date coordintaes in=x`. Maybe someone can help with this.
I'm getting two ma…
-
It would be great if something could be done to speed up the load time.
In Julia 1.2.0:
```
julia> @time using PGFPlots
8.497299 seconds (10.54 M allocations: 588.456 MiB, 4.25% gc time)
```
…
-
*Migrated from SourceForge*
https://sourceforge.net/p/pgfplots/bugs/104/
Author: mo-gul
Timestamp: 2016-02-02 17:54:20.696000
`axis on top` shows ticks above plot marks when a `\addplot fill between`…
-
If I comment out any one of the `tikzpicture`, there is no warning. This Warning has been seen in https://tex.stackexchange.com/q/410445
```LaTeX
\documentclass[tikz,margin=5pt]{standalone}
\u…
-
Currently, plot functions accept data with type `AbstractMatrix{Real}`. This means that the code throws a `MethodError` when passed data that allows for or includes `missing` values.
When plotting …
-
This is based on a question on TeX.SE: https://tex.stackexchange.com/q/642981/263192
I'm missing some minor y ticks in a logarithmic `pgfplots` axis:
![](https://i.stack.imgur.com/qT2Hb.png)
…
-
The graphics chapter is entirely focused on diagrams; there's nothing about plotting scientific data or mathematical functions. Consider adding a couple of pgfplots examples demonstrating these, altho…