Object Reference : Graph Creation Commands
  
 
bubble
Displays a XY..YZ bubble plot.
At least three series must be present in the group. The first series will be plotted on the horizontal axis. The remaining series, aside from the last, will be plotted on the vertical axis. The last series will be used to determine the size of the bubbles.
Syntax
group_name.bubble(options)
Options
Multiple Y-Series options
 
m
Place bubble plots in multiple graphs (for groups containing more than three series).
 
Examples
group g1 x ser1 ser2 ser3 ser4 z
g1.bubble
defines a group G1 containing the six series X, SER1, SER2, SER3, SER4, and Z, and then plots a bubble graph of the series in the group. X is on the horizontal axis, SER1, SER2, SER3, and SER4 are on the vertical axis, and the bubble size is determined by Z.
Cross-references
See “Graphing Data” for a detailed discussion of graphs in EViews, and “Templates” for a discussion of graph templates.
See Graph::Graph for graph declaration and other graph types.