-
*Migrated from SourceForge*
https://sourceforge.net/p/pgfplots/bugs/156/
Author: cfeuersaenger
Timestamp: 2017-02-22 18:58:01.395000
Here is an example of the issue:
http://tex.stackexchange.com/…
-
*Migrated from SourceForge*
https://sourceforge.net/p/pgfplots/bugs/112/
Author: mo-gul
Timestamp: 2016-02-21 18:38:05.087000
For more details have a look at and [my corresponding answer](http://tex…
-
When I try to plot my simulink exported figure (attached) I get an empty document. I was using
```
cleanfigure;
matlab2tikz('test.tex');
```
```
\documentclass{article}
\usepackage{pgfp…
-
Currently, we deal with special plots such as `polar`, `rose`, ... as if they are normal (i.e. rectangular) plots, while `pgfplots` does support more appropriate formats that e.g. have built-in suppor…
-
When using `pi` in for example `plot(xlims=(0,pi))` the generated LaTeXcode is
```
xmin = {0}, xmax = {π = 3.1415926535897...}
```
Workaround:
```
fpi=Float64(pi)
plot(xlims=(0,fpi))
```
…
-
I find the design choice of the error bar styles a bit cumbersome. I would argue the most common change that needs to be done to the error bar is changing thickness. It's just my impression, but so …
-
I'm creating a simple graph. When I use
mark=ball,
ball color=black,
my path gets connected (the last and the first points) and filled (which i do not want). When I use the same…
-
*Migrated from SourceForge*
https://sourceforge.net/p/pgfplots/feature-requests/64/
Author: mo-gul
Timestamp: 2017-02-09 01:37:59.844000
Please have a look at
Hopefully I summarize right, wh…
-
```
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 …