pgfplots
pgfplots copied to clipboard
pgfplots - A TeX package to draw normal and/or logarithmic plots directly in TeX in two and three dimensions with a user-friendly interface and pgfplotstable - a TeX package to round and format numeri...
The downsampling option `each nth point={}` always keeps points 0, n, 2n, ..., but users may want to keep points k, n-k, 2n-k, ... (0
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...
From https://tex.stackexchange.com/q/647366 When table is read from file and `/pgf/number format/read comma as period` is turned on, commands `\thisrow` and `\thisrowno` used in `y expr=` will throw errors. I find...
The title says it all. This was first reported at . ```tex % used PGFPlots v1.18.1 \documentclass[border=5pt]{standalone} \usepackage{pgfplots} \usepgfplotslibrary{fillbetween} \pgfplotsset{compat=1.18} \begin{document} \begin{tikzpicture} \begin{axis}[ % % uncomment me and it (also)...
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:  This has been generated with: ```latex \begin{tikzpicture} \begin{axis}[ ymode=log,...
The option `shader=inter` gives different results on different PDF readers. Is there a way to generate more reader-friendly outputs? Perhaps exporting a PNG for these surfaces, while leaving the axis...
I spent a couple of hours figuring this out, and it was not that pleasant… From the documentation:  We have a 3 × 3 matrix with a table having...
Origin: https://tex.stackexchange.com/a/637782/ Essentially, with the combination of `axis` options in the example below, the bounding box looks to be extended below the axis, see screenshot at the bottom. Uncommenting any...
**Brief outline of the bug** When constructing a `scope` inside an `axis` environment, variables/shapes defined inside the `axis` environment are not accessible when constructing the `scope`, but can surprisingly be...
*Migrated from SourceForge* https://sourceforge.net/p/pgfplots/feature-requests/67/ Author: mo-gul Timestamp: 2017-02-24 02:58:23.088000 Currently an error is raised when one wants to use `bar width`, `bar shift` or `enlargelimits` in axis units. Please allow...