dotchart

Creates a dot chart as described in Cleveland, 1984.

Input Arguments:

The input arguments are:

Output Arguments:

None

Synopsis

Basic syntax:
       DOTCHART(X,'CASES'))
   The following capabilities are implemented:

   1. Dot chart without lines: DOTCHART(...,'NL')
   2. Dot chart with lines extending to end: DOTCHART(...,'ALL')
   3. Dot chart with symmetric error bars: DOTCHART(...,'ERR',E). E is a
   vector of error values.
   4. Dot chart with scale break: DOTCHART(...,'BRK',I). I is the INDEX of
   the start of the break - only one allowed.
   5. Add cumulative distribution information to right axis:
   DOTCHART(...,'CD')
   NOTE: it is sufficient on the string arguments (other than the labels)
   to just have the first letter.

References:

Cleveland, 'Graphical methods for data presentation: Full scale breaks, dot charts and multibased logging,' The American Statistician, Vol 38, No 4, 1984, pp 270 - 280.



EDA Toolbox: Contents