pgfplots icon indicating copy to clipboard operation
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...

Results 150 pgfplots issues
Sort by recently updated
recently updated
newest added

*Migrated from SourceForge* https://sourceforge.net/p/pgfplots/feature-requests/43/ Author: ilusion Timestamp: 2015-01-04 21:12:22.991000 Normally, a bar plot consists of a rectangle draw between the base value (now fixed at 0) and the x/y coordinate...

bar-chart
Feature Request

Steps : open the file at http://mirrors.ctan.org/graphics/pgf/contrib/pgfplots/doc/pgfplotstodo.pdf (file version 1.18.1). Go to page 9. The next page is strangely 72 (then 73 and so on...).

To answer this [TeX-SX question], in which the OP wants to draw tick lines as circle marks instead of short lines, I read a bit of source code related to...

ticks

In the TDS file for pgfplots available on CTAN, there are two files which are not readable by others (according to linux file permissions). **Steps to reproduce** ``` wget "http://mirrors.ctan.org/install/graphics/pgf/contrib/pgfplots.tds.zip"...

Keeping a complete and consistent label naming scheme would require unnecessary amount of work, but some kind of consistent is helpful for manual writing and maintaining. ### General - Use...

manual

From discussions https://github.com/pgf-tikz/pgfplots/pull/364#issuecomment-653467176 and https://github.com/pgf-tikz/pgfplots/pull/364#issuecomment-653629550. Full list of unused labels found in source code of `pgfplots.pdf`: ``` cmd:pgfplots:nextgroupplot extlib:systemcall:option opt:legend:image:code option:anchor pgfplots:colorbar pgfplots:forgetplot pgfplots:key:3dbox pgfplots:scatter pgfplots:sec:legendcmds pgfplots:sec:legendopts sec:align sec:axis:coords sec:halign...

manual

In `pgfplots` manual, some labels are added to un-numbered sections (`\subsubsection`, for example). The `\ref` to those labels gives numbering of the most recent `\section`, which is wrong. A demonstration:...

manual

Using `create col/linear regression = {y = ...}` one can carry out linear regression in `pgfplots(table)`, and get the slope and intercept from `\pgfplotstableregressiona` and `\pgfplotstableregressionb`. However, the correlation coefficient...

add Gouldian colormap and add some show cases in `codeexample`s.

colormaps

Plasma colormap was added *before* definition of viridis colormap was complete in PR #399. The first commit fixes this. The second commit fixes wrong indention. Please cherry-pick, if you think...

colormaps