-
It would be nice to allow pdf.js - based embedding of PDF files
-
When using
```latex
table {data.dat};
```
the search path for `data.dat` includes `.`, the directory of the main TeX file. In many cases, the figure file is itself `input` from another directory, …
-
*Migrated from SourceForge*
https://sourceforge.net/p/pgfplots/feature-requests/37/
Author: jljljjl
Timestamp: 2012-09-15 07:51:24
I want to use \`|\` as column separator in the CSV file. Because it …
-
```
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 …
-
I'm trying to write a C# PGFPlots SDK, so that I can take data crunched in C# and output PGFPlots LaTex.
This means that I need to understand all of the possible components that make up a PGFPlot d…
-
I am using PGFPLOTS to produce plots in my thesis. When I print out the document using Adobe Reader, some additional weird lines appears (in small box) in some plots (not all) created by using PGFPLOT…
aybed updated
2 years ago
-
Bonjour,
je me permet de vous écrire car je me sert de votre classe yathesis avec un grand plaisir. C'est un très bon outil dont je me sert pour rédiger mon manuscrit.
Cependant j'ai une quest…
-
Exporting a stem plots in a figure with y-axis set to log-scale does not adhere the start point of the stems.
Matlab starts stems at the bottom of the plot, i.e. minimal y-axis value) while the expor…
-
Thanks to the new subplot positioning scheme implemented by @Broele in #371, most multi-axis figures now reproduce very well. Both those using multiple `axis` commands and those using `plotyy` or `sub…
-
The example from the tests does not work if run with the default engine. Tests are run with pdflatex, and that works for me locally too.
```
expr = "-2.051^3*1000./(2*3.1415*(2.99*10^2)^2)/(x^2*cos(…