|
From: Peter R. <p.r...@sh...> - 2022-11-15 16:33:07
|
Is it possible to specify the type of histogram (cluster, errorbars, rowstacked or columnstacked) together with the gap and box width directly in the 'plot' command? (As opposed to issuing things like 'set style histogram rowstacked' /before/ the 'plot' command.) I know specifying things like 'fill' for the bars is possible. Is there something like a "with histogram rowstacked" option for 'plot'? I ask because experience tells me that this sort of option is possible for other, non-histogram plotting styles, but is often not documented. (FWIW: I do have a specific reason for wanting to setup things in the 'plot' command.) Peter |