| T O P I C R E V I E W |
| blt2si |
Posted - 04/29/2003 : 10:11:10 AM Hello All,
I need to plot many color maps to a single page. I have created a template with 8 layers, 1 for each graph. But I do not know how to plot to individual layers because the only plot command I've found for color maps is (ContourMany.otp is the template) :
worksheet -p 226 \\SS323\Templates\ContourMany ContourMany;
This command plots to the end layer. Can I open this template first using : win -t plot \\SS323\Templates\ContourMany ContourMany;
Then the loop statement, then a layerplot??
Thanx Blank |
| 1 L A T E S T R E P L I E S (Newest First) |
| MathieuP |
Posted - 07/25/2003 : 05:47:36 AM try with the layer command layer -o layerNumber {layer -i226 worksheetName;} |
|
|