Tagged Questions
8
votes
2answers
408 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, ...
3
votes
1answer
306 views
PgfplotsTable: How to merge cell contents of two tables to one table?
I have two tables (sorry, inline tables are not working with pgfplotstable 2011/12/19 on my system, even with the option format=inline):
Data table (data.csv):
X,A,B
U,1.1,1.2
V,2.1,2.2
...