-
*Migrated from SourceForge*
https://sourceforge.net/p/pgfplots/bugs/130/
Author: mnies
Timestamp: 2016-09-02 08:36:41.910000
https://sourceforge.net/p/pgfplots/bugs/130/attachment/Test_Surf.pdf
When …
-
I think we should use issue templates. @KristofferC, I don't have permissions on this repo to create them, so if you agree please create some. I am thinking of something like the following:
# Bug r…
tpapp updated
3 years ago
-
*Migrated from SourceForge*
https://sourceforge.net/p/pgfplots/bugs/15/
Author: nagilo
Timestamp: 2010-04-27 19:13:05
Hi,
when I use a multi plot environment as
\begin\{tikzpicture\}
\begin\{a…
-
*Migrated from SourceForge*
https://sourceforge.net/p/pgfplots/bugs/147/
Author: mo-gul
Timestamp: 2017-01-09 14:12:47.193000
As was reported at `bar width` isn't working when `symbolic coords` are …
-
*Migrated from SourceForge*
https://sourceforge.net/p/pgfplots/bugs/177/
Author: cfeuersaenger
Timestamp: 2017-06-05 14:15:29.904000
the following example does not compile with
This is LuaTeX, Ver…
-
Many other graphics frameworks (pgfplots, gnuplot, Seaborn, ggplot2) have the ability to offset or shift the axes so they are "floating", disconnected from one another, e.g. this from [Seaborn](http:/…
-
According to the documentation, the coordinate system inside `scatter/@pre marker code` is transformed such that `(0,0)` is the plot coordinate. However, this does not seem to be the case.
```latex
…
-
```
In general the auto compilation feature of tikzedt is very useful. For more
complicated figures that take more than a few seconds to compile (e.g. pgfplots
which can take up to a minute for a hi…
-
Hi Florian,
I would like to implement support for other libraries in KTikz, like some of TikZ libs (_external_, …) or _PgfPlots_ which I use a lot.
Making some “completion data files” (as _Texstu…
gprud updated
5 years ago
-
```
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 …