begingraphics.help
来自「gsac程序包」· HELP 代码 · 共 36 行
HELP
36 行
GSAC Command Reference Manual BEGINGRAPHICSSUMMARY:Initialize the graphics device BeginGraphics [options] BeginDevices [options] where options is one or more of the following:[X or W] [ PLT] INPUT: X or W : Interactive windows display PLT : Calplot PLT fileDESCRIPTION: This initializes the graphics. For an interactive display underX11 or Windows, the graphics display is initialized at the time of thefirst plot command (Plot Plot1 PlotPK). Invocation of the PLT option causes the creation of a CALPLOT plot file of the form Pxxxx.PLT, where the xxxx is a unique number incrementedeach time the BG PLT is invokedSAC COMPATIBILITY: SUNWINDOWS SGF and Tektronix are not supported. A separate Pnnn.PLTCALPLOT binary file is created for each plot made. P0001.PLT is always thefirst plot file. To convert to PostScript use plotnps < Pxxxx.PLT ; to convert to an EPS file, use cat Pxxxx.PLT | reframe -Npage_number -O | plotnps -EPS -F7 -W10 > epsfileSEE ALSO:
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?