Focal Point
To plot multiple series on scatter graph

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/3271097331

August 23, 2004, 09:32 AM
<Thariq>
To plot multiple series on scatter graph
Is It possible to plot multiple series on the same scatter graph? If so how could we resolve this issue?

Please do provide a solution for this

Regards

Thariq
August 27, 2004, 11:31 AM
Larry Eiss
Thariq,

Plotting multiple series is possible. Each series in a graph is a verb object in FOCUS, so:

GRAPH FILE CAR
SUM RC DC SALES
ACROSS SEATS
ON GRAPH SET LOOKGRAPH SCATTER
END

results in a graph containing three series, Retail Cost, Dealer Cost, and Sales.

I suspect this is not what you want to do however, so please help me better understand your need.

Larry
August 31, 2004, 12:01 PM
<Thariq>
Thanks a lot!!! Larry.