Search found 3 matches

by Phu87
Tue Dec 31, 2024 12:59 am
Forum: Graphics, Figures & Tables
Topic: pgfplotstable: font color in certain rows
Replies: 3
Views: 13263

Re: pgfplotstable: font color in certain rows

Hello together,

I finally found a solution based on two other discussions:
pgfplotstable: how can I change the color of a cell's content while maintaining the style?
pgfplotstable: Highlight rows of a numeric sequence


% https://tex.stackexchange.com/questions/563478/pgfplotstable-highlight ...
by Phu87
Sat Dec 28, 2024 7:19 am
Forum: Graphics, Figures & Tables
Topic: pgfplotstable: font color in certain rows
Replies: 3
Views: 13263

Re: pgfplotstable: font color in certain rows

Hello @Bartman,

You are right, I also asked the same problem on tex.stackexchange.com: pgfplotstable: font color of a row. I somehow want to find a solution with pgfplotstable. Pgfplotstable has so many cool features. I wonder that it is so difficult to color specific rows.
by Phu87
Fri Dec 27, 2024 11:08 pm
Forum: Graphics, Figures & Tables
Topic: pgfplotstable: font color in certain rows
Replies: 3
Views: 13263

pgfplotstable: font color in certain rows

Hello together,

I want to color certain rows in a pgfplotstable lets say in red. I found a code snippet that colors the content of one cell. Below you can find an MWE in LaTeX beamer. The first table is done with pgfplots but only colors one cell. The second table is the target result, which is ...