summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/pgfplots/pgfplotsplothandlers.code.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-03-05 23:17:01 +0000
committerKarl Berry <karl@freefriends.org>2014-03-05 23:17:01 +0000
commitee3cc15a5b3f684ee33aabd314448c5343ac8df6 (patch)
treee223eb85b1633d33ce77a79da7174dafd8130e45 /Master/texmf-dist/tex/generic/pgfplots/pgfplotsplothandlers.code.tex
parentd3288d4b347851a0cfd058134245f92c2fea64e0 (diff)
pgfplots (4mar14)
git-svn-id: svn://tug.org/texlive/trunk@33097 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.tex21
1 files changed, 19 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/generic/pgfplots/pgfplotsplothandlers.code.tex b/Master/texmf-dist/tex/generic/pgfplots/pgfplotsplothandlers.code.tex
index d9bec6a91cf..36e891d4fd4 100644
--- a/Master/texmf-dist/tex/generic/pgfplots/pgfplotsplothandlers.code.tex
+++ b/Master/texmf-dist/tex/generic/pgfplots/pgfplotsplothandlers.code.tex
@@ -539,6 +539,13 @@
% eventually). This DV engine stores data point entries in keys,
% namely those in the key path /data point. See the pgf manual.
\def\pgfplotsplothandlersurveypoint@default{%
+ % reset it. NOTE: this migh be done multiple times. But better one
+ % too much than one too few...
+ \def\pgfplots@set@perpointmeta@done{0}%
+ %
+ \pgfplotsplothandlersurveypoint@default@noreset@of@pointmeta
+}%
+\def\pgfplotsplothandlersurveypoint@default@noreset@of@pointmeta{%
\pgfplotsaxisparsecoordinate
\pgfplotsaxispreparecoordinate
\ifpgfplotsaxisparsecoordinateok
@@ -1605,7 +1612,17 @@
\tikz@plot@handler
\pgf@plotstreamstart
}%
- \def\pgfplotsplothandlername{hist}%
+ %
+ % let \pgfplotsplothandlername to the one of the handler.
+ % Note that \pgfplotsplothandlername is the *visualization* layer
+ \begingroup
+ \pgfplotsset{/pgfplots/hist/handler}%
+ \pgfplotsresetplothandler
+ \tikz@plot@handler
+ \xdef\pgfplots@glob@TMPa{\pgfplotsplothandlername}%
+ \endgroup
+ \let\pgfplotsplothandlername=\pgfplots@glob@TMPa%
+ %
\let\pgfplotsplothandlersurveypoint=\pgfplotsplothandlersurveypoint@hist
\let\pgfplotsplothandlersurveystart=\pgfplotsplothandlersurveystart@hist
\let\pgfplotsplothandlersurveyend=\pgfplotsplothandlersurveyend@hist
@@ -2744,7 +2761,7 @@
plot to file/scanline marks/always/.code={\def\pgfplotsplothandlertofile@scanlinemarks{2}},
plot to file/scanline marks/true/.code={\def\pgfplotsplothandlertofile@scanlinemarks{2}},
plot to file/scanline marks/if in input,
- plot to file/col sep/.initial=\pgfplots@TAB,
+ plot to file/col sep/.initial=\pgfplots@SPACE,
plot to file/end-of-scanline content/.initial=,
}