Manual for Package pgfplots
2D/3D Plots in LATeX, Version 1.18.1
http://sourceforge.net/projects/pgfplots
Utilities and Basic Level Commands
9.7Layer Access
-
\pgfplotsonlayer{layer name} ¶
A low-level command which will check if the current axis has layer support activated and, if so, calls \pgfonlayer{layer name}.
There must be a \endpgfplotsonlayer to delimit the environment.
-
\endpgfplotsonlayer ¶
The end of \pgfplotsonlayer.
-
\pgfonlayer{layer name} ¶
A low-level command of pgf which will collect everything until the matching \endpgfonlayer into layer layer name.
The layer name must be active, i.e. it must be part of the layer names of set layers.
The only special case is if you call \pgfdeclarelayer{discard} somewhere: this special layer has a “magical name” which serves as /dev/null if it is enabled using \pgfonlayer{discard}: it does not need to be active and everything assigned to this layer will be thrown away if it is not part of the layer name configuration.
There must be a \endpgfonlayer to delimit the environment.
-
\endpgfonlayer ¶
The end of \pgfonlayer.
-
\pgfsetlayers{layer list} ¶
This is a low-level command of pgf. At the time of this writing, it is the only way to tell pgf which layers it shall use for the current/next picture. It is used implicitly by set layers.
References
-
[1] C. Feuersänger. PgfplotsTable package – Loading, rounding and formatting tables in LaTeX. Available as separate package \usepackage{pgfplotstable}, as part of pgfplots, February 26, 2024.
-
[2] C. Feuersänger. Programming in TeX and Library Functions from pgf and pgfplots. Available as part of pgfplots, TeX-programming-notes.pdf, February 26, 2024.
-
[3] U. Kern. Extending LaTeX’s color facilities: the xcolor package.
-
[4] D. Knuth. Computers & Typesetting. Addison Wesley, 2000.
-
[5] N. O. Office. Live access to the national virtual ocean data system (nvods), bathymetry/topography 5min resolution. http://ferret.pmel.noaa.gov/NVODS/UI.vm, 2016.
-
[6] D. P. Story. The AcroTeX eDucation Bundle. http://www.ctan.org/pkg/acrotex. Sub packages insdljs and eforms are required for the clickable library.
-
[7] T. Tantau. TikZ and pgf manual. http://sourceforge.net/projects/pgf. \(v.\ge 2.00\).
-
[8] K. van Zonneveld. PhP to JavaScript conversion project (GPL). http://kevin.vanzonneveld.net/techblog/article/phpjs_licensing.
-
[9] J. Wright and C. Feuersänger. Implementing keyval input: an introduction. http://pgfplots.sourceforge.net as .pdf, 2008.