plot/
plotcumul.pro
top source plotcumul
Plot
plotcumul, data, overplot=overplot, absolute=absolute, window=window, addcmd=addcmd, _extra=_extra
Plots the cumulative distribution of a set of data.
Parameters
- data in
Data values.
Keywords
- overplot in
If /OVERPLOT is set then overplot the cumulative distribution over top of the existing plot coordinates.
- absolute in
If /ABSOLUTE is set then plot the true cumulative number distribution instead of the fractional cumulative distribution.
- window in
Sets the /WINDOW keyword in Coyote Graphics.
- addcmd in
Sets the /ADDCMD keyword in Coyote Graphics.
- _extra in
All extra keywords are passed through to CGPLOT.
Examples
x = findgen(20)^2
PLOTCUMUL, x, YRANGE='Cumulative Fraction'
Author information
- History:
Written by: Jeremy Bailin 12 June 2008 Public release in JBIU 11 March 2011 Switched to Coyote Graphics.
File attributes
| Modification date: | Fri Mar 11 16:43:13 2011 |
| Lines: | 59 |
![[attach.png]](../idldoc-resources/attach.png)