Single Graph Plotting of Group
Posted: Fri Feb 09, 2018 12:43 pm
Hello!
I have a group called xs, and I am trying to create a program that will plot each series of the group's kernel densities. I have gotten that far at least, however I am not sure how to combine them into one graph. Here is my code:
When the graphs are displayed, I can click Options -> Multiple Series -> Single Graph, and that got me the desired format at least. However when I checked the command capture tab, it was empty. So I'm wondering is there a command to specify that I want a single graph output? Something like:
Thank you
I have a group called xs, and I am trying to create a program that will plot each series of the group's kernel densities. I have gotten that far at least, however I am not sure how to combine them into one graph. Here is my code:
Code: Select all
group xs price_b price_c price_d price_g
xs.distplot kernelCode: Select all
xs.distplot kernel(single)