Search found 1 match

by Naer
Fri Apr 08, 2011 3:24 am
Forum: Graphics, Figures & Tables
Topic: Accessing individual table elements with pgfplots
Replies: 0
Views: 1386

Accessing individual table elements with pgfplots

Hello!
I have some problem with example on this site: http://tex.stackexchange.com/questions/12962/accessing-individual-table-elements-with-pgfplots

Those lines:
\pgfmathsetmacro{\rows}{\pgfplotsretval}
\pgfplotstablegetcolsof{\data} % Determine no. of cols
\pgfmathsetmacro{\cols}{\pgfplotsretval ...