Enum Hist
Option flags for histogram
Namespace: PLplot
Assembly: PLplotNet.dll
Syntax
public enum Hist : int
Fields
Name | Description |
---|---|
Default | The axes are automatically rescaled to fit the histogram data, the outer bins are expanded to fill up the entire x-axis, data outside the given extremes are assigned to the outer bins and bins of zero height are simply drawn. |
IgnoreOutliers | Data outside the given extremes are not taken into account. This option should probably be combined with opt=PL_HIST_NOEXPAND|..., so as to properly present the data. |
NoEmpty | Bins with zero height are not drawn (there is a gap for such bins). |
NoExpand | The outer bins are drawn with equal size as the ones inside. |
NoScaling | The existing axes are not rescaled to fit the histogram data, without this flag, plenv is called to set the world coordinates. |