Hi,
I am using dstat to build layered histograms, but I struggle to adjust the colors of the graph region or the bars. Can anybody please help?
Here is my current code:
dstat histogram age, over(period) graph(merge) freq
I even was trying to use grstyle like this:
grstyle init
set scheme s2color
grstyle set plain
and then run the dstat command, but no change.
Thank you.
Olga
I am using dstat to build layered histograms, but I struggle to adjust the colors of the graph region or the bars. Can anybody please help?
Here is my current code:
dstat histogram age, over(period) graph(merge) freq
I even was trying to use grstyle like this:
grstyle init
set scheme s2color
grstyle set plain
and then run the dstat command, but no change.
Thank you.
Olga
Comment