Page 1 of 1

Single Graph Plotting of Group

Posted: Fri Feb 09, 2018 12:43 pm
by AbnormalDistribution
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:

Code: Select all

group xs price_b price_c price_d price_g xs.distplot kernel
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:

Code: Select all

xs.distplot kernel(single)
Thank you

Re: Single Graph Plotting of Group

Posted: Fri Feb 09, 2018 2:15 pm
by EViews Gareth