Tagged Questions
8
votes
2answers
447 views
pgfplotstable: How to access column name?
I have used \pgfplotstableset to assign column names in the preamble. However, I don't know how to access them.
\documentclass{article}
\usepackage{amsmath}
\usepackage{pgfplots, pgfplotstable, ...