Em 21 de outubro de 2015, Frederik escreveu:

Is there an option to directly save a (say) boxplot to the icon-view and even provide some name? Atm I am generating lots of display-plots with a script (--output=display), then save them manually as icon and then change the name for each manually. I guess it's somewhere in the manuals but I cannot find it.
And a feature request (if I may): It would be "nice to have" a violin plot option for the boxplots, like the last one from http://gnuplot.sourceforge.net/demo_cvs/violinplot.html.

Dear Frederik,

Please try this:

<hansl>
open australia.gdt

"Your plot" <- gnuplot PAU PUS --time-series --with-lines --output=display
"Your boxplot" <- boxplot PAU --output=display
</hansl>

Best,
Henrique Andrade