summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/pgfplots/numtable/pgfplotstable.code.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/generic/pgfplots/numtable/pgfplotstable.code.tex')
-rw-r--r--Master/texmf-dist/tex/generic/pgfplots/numtable/pgfplotstable.code.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/generic/pgfplots/numtable/pgfplotstable.code.tex b/Master/texmf-dist/tex/generic/pgfplots/numtable/pgfplotstable.code.tex
index b5480f58b5b..1cde825708d 100644
--- a/Master/texmf-dist/tex/generic/pgfplots/numtable/pgfplotstable.code.tex
+++ b/Master/texmf-dist/tex/generic/pgfplots/numtable/pgfplotstable.code.tex
@@ -2540,6 +2540,7 @@
\fi
\fi
%
+ % The column NAMES are collected into this list:
\global\pgfplotslistnewempty\pgfplotstable@colnames@glob
% this thing counts output columns:
\let\c@pgfplotstable@numoutcols=\c@pgf@countd
@@ -2570,8 +2571,8 @@
\expandafter\pgfplotslist@assembleentry\expandafter{\pgfplots@colname}\into\t@pgfplots@tokc
\def\pgfplotstableread@TMP{\expandafter\pgfplotsapplistXpushback\expandafter{\the\t@pgfplots@tokc}\to}%
\expandafter\pgfplotstableread@TMP\csname pgfp@numtable@glob@col@\the\c@pgfplotstable@rowindex\endcsname
- \advance\c@pgfplotstable@rowindex by1
\fi
+ \advance\c@pgfplotstable@rowindex by1
\fi
%
\pgfplotstableforeachcolumnelement\pgfplots@colname\of#3\as\pgfplots@cell{%
@@ -2609,8 +2610,8 @@
\expandafter\pgfplotslist@assembleentry\expandafter{\pgfplots@cell}\into\t@pgfplots@tokc
\def\pgfplotstableread@TMP{\expandafter\pgfplotsapplistXpushback\expandafter{\the\t@pgfplots@tokc}\to}%
\expandafter\pgfplotstableread@TMP\csname pgfp@numtable@glob@col@\the\c@pgfplotstable@rowindex\endcsname
- \advance\c@pgfplotstable@rowindex by1
\fi
+ \advance\c@pgfplotstable@rowindex by1
}%
\def\pgfplotstable@isfirstcol{0}%
}%