I have some problem with example on this site: http://tex.stackexchange.com/questions/ ... h-pgfplots
Those lines:
Code: Select all
\pgfmathsetmacro{\rows}{\pgfplotsretval}
\pgfplotstablegetcolsof{\data} % Determine no. of cols
\pgfmathsetmacro{\cols}{\pgfplotsretval}
Code: Select all
\pgfplotstablegetcolsof \pgfplotsretval
Error messages:
Code: Select all
Undefined control sequence: \pgfmathsetmacro{\cols}{\pgfplotsretval}(followed by:)
Undefined control sequence: \pgfmathsetmacro{\rows}{\pgfplotsretval} (followed by: )
Undefined control sequence: \pgfplotstablegetcolsof (followed by: {\data} % Determine no. of cols)
Undefined control sequence: \pgfplotstablegetcolsof{\data (followed by: } % Determine no. of cols)
I'm running Debian Sid with texlive (2009-11) and pgf (2.10-1)
Thanks for any help