📄 set_graphics.hlp
字号:
{smcl}
{* 16mar2005}{...}
{cmd:help set graphics}
{hline}
{title:Title}
{p2colset 5 25 27 2}{...}
{p2col :{hi:[G] set graphics} {hline 2}}Set whether graphs are displayed{p_end}
{p2colreset}{...}
{title:Syntax}
{p 8 16 2}
{cmdab:q:uery}
{cmd:graphics}
{p 8 16 2}
{cmd:set}
{cmd:graphics}
{c -(}{cmd:on} | {cmd:off}{c )-}
{title:Description}
{pstd}
{cmd:query} {cmd:graphics} shows the graphics settings.
{pstd}
{cmd:set} {cmd:graphics} allows you to change whether graphs are
displayed.
{title:Remarks}
{pstd}
If you type
{cmd:. set graphics off}
{pstd}
when you type a {cmd:graph} command, such as
{cmd:. scatter yvar xvar, saving(mygraph)}
{pstd}
the graph will be "drawn" and saved in file {cmd:mygraph.gph}, but it will not
be displayed. If you type
{cmd:. set graphics on}
{pstd}
graphs will be displayed once again.
{pstd}
Drawing graphs without displaying them is sometimes useful in programming
contexts, although in such contexts, it is better to specify the {cmd:nodraw}
option; see {it:{help nodraw_option}}. Typing
{cmd:. scatter yvar xvar, saving(mygraph) nodraw}
{pstd}
has the same effect as typing
{cmd:. set graphics off}
{cmd:. scatter yvar xvar, saving(mygraph)}
{cmd:. set graphics on}
{pstd}
The advantage of the former is that,
not only does it require less typing, but if
the user should press {it:Break}, {cmd:set} {cmd:graphics} will not be left
{cmd:off}.
{title:Also see}
{psee}
Manual: {bf:[G] set graphics}
{psee}
Online:
{it:{help nodraw_option}}
{p_end}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -