I am trying to get a scatterplot from a group object with a common symbol type and color for all observations. Is there any possibility to programm this? I know that for panel objects it is possible, but the same commands do not work for my group.
If it helps, here comes my code:
Code: Select all
'make aggregate group (each country group consists of two series (gdp and exports))
group groupworld groupx_DZA groupx_ARG groupx_AUS groupx_AUT
'make scatter plot (plots the gdp of one country against the exports of the same country)
groupworld.scatpair
