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

📄 twoway_rscatter.hlp

📁 是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到
💻 HLP
字号:
{smcl}
{* 08apr2005}{...}
{cmd:help twoway rscatter}{right:dialogs:  {dialog twoway_overlay:overlaid twoway}{space 0}}
	{right:{dialog twoway_simple:single twoway}{space 2}}
{hline}

{title:Title}

{p2colset 5 34 36 2}{...}
{p2col :{hi:[G] graph twoway rscatter} {hline 2}}Range plot with markers{p_end}
{p2colreset}{...}


{title:Syntax}

{p 8 24 2}
{cmdab:tw:oway}
{cmdab:rsc:atter}
{it:y1var} {it:y2var} {it:xvar}
{ifin}
[{cmd:,}
{it:options}]

{p2colset 9 34 36 2}{...}
	{it:options}{col 34}description
{p2line}
	{cmdab:vert:ical}{...}
{col 34}vertical plot; the default
	{cmdab:hor:izontal}{...}
{col 34}horizontal plot

INCLUDE help gr_markopt

INCLUDE help gr_axlnk

INCLUDE help gr_twopt
{p2line}
{pin}
All explicit options are {it:rightmost}; see {help repeated options}.


{title:Description}

{pstd}
A range plot has two {it:y} variables, such as high and low daily stock prices
or upper and lower 95% confidence limits.

{pstd}
{cmd:twoway} {cmd:rscatter} plots the upper and lower ranges as scatters.


{title:Options}

{phang}
{cmd:vertical}
and
{cmd:horizontal}
    specify whether the high and low {it:y} values are to be presented
    vertically (the default) or horizontally.

{pmore}
    In the default {cmd:vertical} case, {it:y1var} and {it:y2var} record the
    minimum and maximum (or maximum and minimum) {it:y} values to be
    graphed against each {it:xvar} value.

{pmore}
    If {cmd:horizontal} is specified, the values recorded in {it:y1var} and
    {it:y2var} are plotted in the {it:x} direction and {it:xvar} is treated
    as the {it:y} value.

{phang}
{it:marker_options}
    specify how the markers look, including
    shape, size, color, and outline;
    see {it:{help marker_options}}.  The same marker is used for both sets of
    points.

{phang}
{it:marker_label_options}
    specify if and how the markers are to be labeled.  Because
    the same marker label would be used to label both sets of points,
    these options are of limited use in this case.
    See {it:{help marker_label_options}}.

INCLUDE help gr_axlnkf

INCLUDE help gr_twoptf


{title:Remarks}

{pstd}
Visually, there is no difference between

	{cmd:. twoway rscatter} {it:y1var} {it:y2var} {it:xvar}

{pstd}
and

	{cmd:. twoway scatter} {it:y1var} {it:xvar} {cmd:||} {...}
{cmd:scatter} {it:y2var} {it:xvar}{cmd:, pstyle(p1)}

{pstd}
Note that the two scatters are presented in the same overall style,
meaning that the markers (symbol shape and color)
are the same.


{title:Also see}

{psee}
Manual:  {bf:[G] graph twoway rscatter}

{psee}
Online:  
{helpb twoway rarea},
{helpb twoway rbar},
{helpb twoway rspike},
{helpb twoway rcap},
{helpb twoway rcapsym},
{helpb twoway rline},
{helpb twoway rconnected}
{p_end}

⌨️ 快捷键说明

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