I use
to create a bar chart. The bars have all the same color except when I select in the graph editor the bar region option "Cycle through over categories...", but even then the colors are just set somehow - and I get a legend (I do not want) instead of labels on the axis.
I would like to specify a scheme of maybe 3-4 colors the bars cycle through. Any way to do this via options to the graph bar command or similar? That is more reproducible than via the graph edtor.
Many thanks,
Walter
Code:
graph bar, over(myVar)
I would like to specify a scheme of maybe 3-4 colors the bars cycle through. Any way to do this via options to the graph bar command or similar? That is more reproducible than via the graph edtor.
Many thanks,
Walter
Comment