hi,
when using "grouped colored vertical bar" chart there is no possibility to check the legend option like in other graphs.
(however it can be done in the html output, but when you re-create the graph the legend is gone).
Can somebody give me a coded example to I can do it hard coded ?
Even this works not with me 😞
Gr,
Herman
Hi @Jaheuk
You can use a VBAR statement in PROC SGPLOT to create this kind of graph.
Hereafter is a blog post with meaningful examples on how to use efficiently options such as groupdisplay=cluster or stack depending on what you want.
Then, this material presents how to get customized legends, and especially how to make the most of the KEYLEGEND statement:
https://blogs.sas.com/content/iml/2018/12/03/tips-customize-legends-proc-sgplot.html
Please do not hesitate to share some sample datalines so that we can help you build the desired graph output.
Hope this helps,
Best,
Hi @Jaheuk
You can use a VBAR statement in PROC SGPLOT to create this kind of graph.
Hereafter is a blog post with meaningful examples on how to use efficiently options such as groupdisplay=cluster or stack depending on what you want.
Then, this material presents how to get customized legends, and especially how to make the most of the KEYLEGEND statement:
https://blogs.sas.com/content/iml/2018/12/03/tips-customize-legends-proc-sgplot.html
Please do not hesitate to share some sample datalines so that we can help you build the desired graph output.
Hope this helps,
Best,
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.