> Actual: when the table contains column headers, the explicit labels: argument
> is
> ignored
Confirmed.
I can reproduce this, but I'm getting some even stranger behaviour. Using the
provided example:
> #+attr_html: :width 50%
> #+plot: title:"Temperatures 2026-06-27" with:"linespoints lw 3"
> <file:"measured-temperature.png>" timeind:1 timefmt:"%H:%M" set:"format x
> '%H:%M'"
> #+plot: labels:("Time" "Terrace South" "Westside" "Eastside" "Next Morning")
> #+plot: set:"xlabel 'daytime / HH:MM'" set:"ylabel 'temperature / °C'"
> | time | T1 | T2 | T3 | T4* |
> |-------+------+------+------+------|
> | 7:30 | | | | 28.8 |
> | 8:14 | 32.3 | 31.1 | | |
> | 9:14 | 33.3 | 32.8 | | |
> ...
If I execute `org-plot-gnuplot' on the #+plot: line, or anywhere in the table,
I get the labels. If I execute it on any other line, including the line just
after the table, I get the column headings instead.
Owned.
I'll take a look at this.
> PS: #+plot: is great for quick plots on my website. Thank you very much
> for creating and maintaining it!
Thanks for sharing your experience. I've heard of org-plot before, but never
used it. This looks quite cool, and I'm happy to get the opportunity to play
around with it :)
--
Paul