Tagged Questions
4
votes
1answer
60 views
Parametrized Column Names for Pgfplotstable inside a Macro
I use same table format for several data files, so I have written a macro named \tableMacro.
The problem is: I need to include different columns in different tables. I want to parametrize columns={} ...
2
votes
1answer
84 views
Formatting a custom column in pgfplotstable
Following up on my question on PGF custom columns I've successfully created a column but now I'm struggling to format it to fixed, two digit precision.
This seems a little hair trigger in terms of ...
3
votes
1answer
151 views
Pgfplotstable adding a growth column without column names and then offsetting it
I'm trying to create a new column in a pgfsplotstable which shows the compound growth over the preceding columns. The columns don't have names, and I want to shift the column a little to the right to ...