summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/pgfplots/pgfplotsplothandlers.code.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-01-08 00:02:17 +0000
committerKarl Berry <karl@freefriends.org>2016-01-08 00:02:17 +0000
commit4e668f51370a93cc9dc26b1a11a949b50493b353 (patch)
tree85ab6891036f9a348e68f83e31c56b069332a9ca /Master/texmf-dist/tex/generic/pgfplots/pgfplotsplothandlers.code.tex
parentf2995718d3db02b5ff46d4552b9281b9761327ae (diff)
pgfplots (7jan16)
git-svn-id: svn://tug.org/texlive/trunk@39303 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/pgfplots/pgfplotsplothandlers.code.tex')
-rw-r--r--Master/texmf-dist/tex/generic/pgfplots/pgfplotsplothandlers.code.tex19
1 files changed, 18 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/generic/pgfplots/pgfplotsplothandlers.code.tex b/Master/texmf-dist/tex/generic/pgfplots/pgfplotsplothandlers.code.tex
index 192d6a8abc0..46fddb9dd11 100644
--- a/Master/texmf-dist/tex/generic/pgfplots/pgfplotsplothandlers.code.tex
+++ b/Master/texmf-dist/tex/generic/pgfplots/pgfplotsplothandlers.code.tex
@@ -298,7 +298,11 @@
% This macro expands to '1' if the current plot has jumps and '0'
% if not.During the visualization phase, a jump is usually indicated
% by an empty coordinate.
-%
+% \pgfplotsaxisplothasunboundedpointmeta
+% This macro expands to '1' if the current plot has a point with
+% unbounded point meta and '0'
+% if not. Currently used by some plot handlers as synomym for
+% "visualize a jump"
\def\pgfplotssurveyphaseinputclass{direct}
@@ -540,6 +544,19 @@
% \pgfplotsplothandlersurveyend
% Called at the end of each survey phase.
\def\pgfplotsplothandlersurveyend@default{}
+
+% A callback which will be called as soon as a scanline is complete.
+%
+% The callback can differ from plot handler to plot handler; its
+% purpose is to update data structures.
+%
+% Implementational note for those who _call_ the callback: the
+% The callback will be triggered by the 'empty line' handling, see
+% \pgfplotsscanlinelengthinitzero. However, a coordinate generator can
+% safely invoke it directly. It must not be invoked twice for the same
+% scanline.
+%
+% FIXME: only 'empty line=scanline' currently calls this callback!
\let\pgfplotsplothandlernotifyscanlinecomplete=\relax%
% \pgfplotsplothandlersurveypoint is called for each encountered data