-
*Migrated from SourceForge*
https://sourceforge.net/p/pgfplots/feature-requests/73/
Author: ptoche
Timestamp: 2017-09-28 17:28:44.595000
Make it easy to add legend titles with, say, \addlegendtitle..…
-
Setting the separation between subplots in Python/Matplotlib is not respected by the generated pgfplots code.
Minimal example:
```
from matplotlib import pyplot as plt
from matplotlib2tikz impor…
-
*Migrated from SourceForge*
https://sourceforge.net/p/pgfplots/bugs/197/
Author: cfeuersaenger
Timestamp: 2017-12-22 06:58:48.545000
https://tex.stackexchange.com/questions/405798/trying-to-plot-a-3d…
-
- [ ] "Command `\@parboxrestore` has changed."
- [ ] "`csquotes` should be loaded after `fvextra`"
- [ ] `filecontents` is obsolete
- [ ] `eq:test` multiply defined
- [ ] `eq:test@cref` multiply d…
-
*Migrated from SourceForge*
https://sourceforge.net/p/pgfplots/bugs/132/
Author: tonreg
Timestamp: 2016-09-12 21:34:49.871000
This issue came up on tex.sx (http://tex.stackexchange.com/q/329019). Aft…
-
```
What steps will reproduce the problem?
\begin{tikzpicture}
\begin{axis}
\addplot3{x*y};
\node at (axis cs:0,0,0) {Bug!};
\end{axis}
\end{tikzpicture}
What is the expected output? What do you see …
-
```
What steps will reproduce the problem?
\begin{tikzpicture}
\begin{axis}
\addplot3{x*y};
\node at (axis cs:0,0,0) {Bug!};
\end{axis}
\end{tikzpicture}
What is the expected output? What do you see …
-
When combining an image with `plt.imshow()` and lines with `plt.plot()`, the legend is off.
Code to produce a axis with an imshow image as well as lineplots (only one marker printed for brevity):
…
-
When exporting this simple plot:
```python
import matplotlib.pyplot as plt
plt.ylim([0.635, 0.665])
plt.grid()
```
the label on the y axis in the result are labeled to 2-digit precision.
…
-
*Migrated from SourceForge*
https://sourceforge.net/p/pgfplots/bugs/80/
Author: ljeub
Timestamp: 2015-03-20 16:02:12.891000
https://sourceforge.net/p/pgfplots/bugs/80/attachment/test.png
Hi,
I was…