⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 nodraw_option.hlp

📁 是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到
💻 HLP
字号:
{smcl}
{* 01mar2005}{...}
{cmd:help nodraw_option}
{hline}
{* index nodraw tt option}{...}

{title:Title}

{p2colset 5 26 28 2}{...}
{p2col :{hi:[G] {it:nodraw_option}} {hline 2}}Option for suppressing display of graph{p_end}
{p2colreset}{...}


{title:Syntax}

	{it:nodraw_option}{col 43}description
	{hline 70}
	{cmd:nodraw}{...}
{col 43}suppress display of graph
	{hline 70}
	{cmd:nodraw} is {it:unique}; see {help repeated options}.


{title:Description}

{pstd}
Option {cmd:nodraw} prevents the graph from being displayed.


{title:Option}

{phang}
{cmd:nodraw}
    specifies that the graph not be displayed.


{title:Remarks}

{pstd}
When you type, for instance,

	{cmd:. scatter yvar xvar, saving(mygraph)}

{pstd}
a graph is displayed and is stored in file
{cmd:mygraph.gph}.  If you type

	{cmd:. scatter yvar xvar, saving(mygraph) nodraw}

{pstd}
the graph will still be saved in file {cmd:mygraph.gph}, but it will not be
displayed.  The result is the same as if you typed

	{cmd:. set graphics off}
	{cmd:. scatter yvar xvar, saving(mygraph)}
	{cmd:. set graphics on}

{pstd}
You need not specify {cmd:saving()} (see {it:{help saving_option}}) to use
{cmd:nodraw}.  You could type

	{cmd:. scatter yvar xvar, nodraw}

{pstd}
and later type (or code in an ado-file)

	{cmd:. graph display Graph}

{pstd}
See {helpb graph display}.


{title:Also see}

{psee}
Manual:  {bf:[G] {it:nodraw_option}}

{psee}
Online:  {helpb set}
{p_end}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -