PLOTCUMUL
Name
   
    PLOTCUMUL
Purpose
   
    Plots the cumulative distribution of a set of data.
Category
   
    Plot
Calling Sequence
   
    PLOTCUMUL, Data
Inputs
   
    Data:   Data values.
Keyword Parameters
   
    OVERPLOT:    If /OVERPLOT is set then overplot the cumulative
                
                 distribution over top of the existing plot coordinates.
    
    ABSOLUTE:    If /ABSOLUTE is set then plot the true cumulative number
                
                 distribution instead of the fractional cumulative
                
                 distribution.
    
    WINDOW:      Sets the /WINDOW keyword in Coyote Graphics.
    
    ADDCMD:      Sets the /ADDCMD keyword in Coyote Graphics.
    
    _Extra: All extra keywords are passed through to CGPLOT.
Outputs
   
    Plots or overplots the cumulative distribution of Data.
Example
   
    x = findgen(20)^2
    
    PLOTCUMUL, x, YRANGE='Cumulative Fraction'
Modification History
   
    Written by:    Jeremy Bailin
    
    12 June 2008   Public release in JBIU
    
    11 March 2011  Switched to Coyote Graphics.