Product: IESX
Version: 10.2
Application: Plotting
Search Type: HowTo
Topic:
How do I rotate my plots manually using ZEH
Description:
I saved by *.cgm file and *.cgmp file and would like to rotate my plot 90
degrees.
Solution:
By editing the *.cgmp file and adding 'rotate_angle = 90' as shown below
you can rotate your plots to any angle you want.
_________________________________________________________
ftype=cgm
plotter=hp650
label="workflow.cgm -- username"
rotate_angle=90 <------------------- add this line
metafile=/home/zps/wrk/workflow.cgm
copies=01
_________________________________________________________
The *.cgm, and *.cgmp files are located in $IESX_METAPATH by default.
To get to $IESX_METAPATH follow the following steps.
In an IESX xterm, launched out of GeoNet, type %cd $IESX_METAPHATH.
If you are not using GeoNet, in an xterm type %source /home/gqs/setup_ies,
then type %cd $IESX_METAPATH. The environment variable is set in the
/home/gqs/setup_ies file.
After editing the *.cgmp file in $IESX_METAPATH copy the file to your ZEH
'daem' directory and the *.cgm file to the ZEH 'wrk' directory to submit
the plot.
Last Modified on: 25-NOV-98