GseosHistogram.Clear
Previous
Top
Next
Clear()
Clear the histogram and reset all control data.
Parameter
Description
strName
The histogram name as defined in the histogram constructor.
Returns
None
Example
import GseosHistogram
GseosHistogram.THistogram1D('Histo1', 'Histo1Src.Data', 'Histo1Dest.Data', 400, 0, 1000)
GseosHistogram.Clear('Histo1')