Hi all,
calling user-defined settings for a boxplot seem not to work with the
--panel option (tried on latest git and gnuplot v5.2p6 on ubuntu 19.04):
<hansl>
open abdata.gdt --quiet
# title not printed
boxplot ys --panel --output=display { set title 'My Title'; }
# Works
boxplot ys --output=display { set title 'My Title'; }
</hansl>
Best,
Artur