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...
*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...
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...
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...
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...
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:...
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...
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...