PREVIOUS |
NEXT |
gtool4/Fortran 90 tools tutorial
2001-09-25 TOYODA Eizi
Command such as
gtview test2d.nc |
shows you a window. That's OK. So, how can I print it?
gtview wsn=2 test2d.nc |
If you are using MS-Windows, you will see 'PRINT' dialogue. If you are using UNIX, you will find a PostScript file `dcl.ps'.
wsn means workstation number. It's a GKS terminology. Numbers works as follows:
wsn= number |
MS-Windows | UNIX |
0 | gtview lists available numbers 1, 2, or 3, and reads input, and works with given number. | |
1 | graphic display | graphic display (X11) |
2 | printing using Windows | printing: a PostScript file `dcl.ps' is created. |
3 | file output: a PostScript file `dcl.ps' is created. | graphic display: commands for Tektronix 4014 is displayed. |
@