WAPlotSettings Class: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
John Leavitt (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
== Properties== | == Properties== | ||
*'''[[WAPlotSettings. | *'''[[WAPlotSettings.AdjustMLEPoints|AdjustMLEPoints]]''' {{APIComment|Whether to adjust MLE points.}} | ||
*'''[[WAPlotSettings.AutoscaleX|AutoscaleX]]''' {{APIComment|Whether the X-scale is calculated automatically.}} | *'''[[WAPlotSettings.AutoscaleX|AutoscaleX]]''' {{APIComment|Whether the X-scale is calculated automatically.}} | ||
*'''[[WAPlotSettings.AutoscaleY|AutoscaleY]]''' {{APIComment|Whether the Y-scale is calculated automatically.}} | *'''[[WAPlotSettings.AutoscaleY|AutoscaleY]]''' {{APIComment|Whether the Y-scale is calculated automatically.}} | ||
*'''[[WAPlotSettings. | *'''[[WAPlotSettings.ConfBounds_SideSelected|ConfBounds_SideSelected]]''' {{APIComment|Sides of the confidence bounds.}} | ||
*'''[[WAPlotSettings. | *'''[[WAPlotSettings.ConfBounds_TypesSelected|ConfBounds_TypesSelected]]''' {{APIComment|Type of the confidence bounds.}} | ||
*'''[[WAPlotSettings. | *'''[[WAPlotSettings.ConfidenceLevel|ConfidenceLevel]]''' {{APIComment|Confidence level.}} | ||
*'''[[WAPlotSettings. | *'''[[WAPlotSettings.ContourConfLevel|ContourConfLevel]]''' {{APIComment|Confidence level for contour line plot.}} | ||
*'''[[WAPlotSettings.HistogramInterval|HistogramInterval]]''' {{APIComment|Interval in histogram plots. Set it to 0 to use the automatically calculated interval.}} | |||
*'''[[WAPlotSettings.PlotXPrecision|PlotXPrecision]]''' {{APIComment|Precision for labels on X-axis.}} | |||
*'''[[WAPlotSettings.PlotXTolerance|PlotXTolerance]]''' {{APIComment|Tolerance for labels on X-axis.}} | |||
*'''[[WAPlotSettings.PlotYPrecision|PlotYPrecision]]''' {{APIComment|Precision for labels on Y-axis.}} | |||
*'''[[WAPlotSettings.PlotYTolerance|PlotYTolerance]]''' {{APIComment|Tolerance for labels on Y-axis.}} | |||
*'''[[WAPlotSettings.ShowLeftCensoredPoints|ShowLeftCensoredPoints]]''' {{APIComment|Whether to show left censored points on X-axis.}} | |||
*'''[[WAPlotSettings.ShowLinesAroundInterval|ShowLinesAroundInterval]]''' {{APIComment|Whether to show vertical lines around an interval line.}} | |||
*'''[[WAPlotSettings.ShowNumberInGroup|ShowNumberInGroup]]''' {{APIComment|Whether to show the number of points in the group for grouped data.}} | |||
*'''[[WAPlotSettings.ShowParameterBar|ShowParameterBar]]''' {{APIComment|Whether to show the parameter bars as probability plot.}} | *'''[[WAPlotSettings.ShowParameterBar|ShowParameterBar]]''' {{APIComment|Whether to show the parameter bars as probability plot.}} | ||
*'''[[WAPlotSettings.ShowParameterScales|ShowParameterScales]]''' {{APIComment|Whether to show the parameter scales as probability plot.}} | *'''[[WAPlotSettings.ShowParameterScales|ShowParameterScales]]''' {{APIComment|Whether to show the parameter scales as probability plot.}} | ||
*'''[[WAPlotSettings.ShowSuspensionPoints|ShowSuspensionPoints]]''' {{APIComment|Whether to show suspension points on X-axis.}} | |||
*'''[[WAPlotSettings.ShowTargetMarker|ShowTargetMarker]]''' {{APIComment|Whether to show the a marker on the intersection of target reliability and time lines.}} | |||
*'''[[WAPlotSettings.ShowTargetReliability|ShowTargetReliability]]''' {{APIComment|Whether to show the target reliability line.}} | *'''[[WAPlotSettings.ShowTargetReliability|ShowTargetReliability]]''' {{APIComment|Whether to show the target reliability line.}} | ||
*'''[[WAPlotSettings.ShowTargetTime|ShowTargetTime]]''' {{APIComment|Whether to show the target time line.}} | *'''[[WAPlotSettings.ShowTargetTime|ShowTargetTime]]''' {{APIComment|Whether to show the target time line.}} | ||
*'''[[WAPlotSettings. | *'''[[WAPlotSettings.StraightenGammaLine|StraightenGammaLine]]''' {{APIComment|Whether to streighten the probability line for Gamma and G-Gamma distributions.}} | ||
*'''[[WAPlotSettings.TargetReliability|TargetReliability]]''' {{APIComment|The value of target reliability.}} | *'''[[WAPlotSettings.TargetReliability|TargetReliability]]''' {{APIComment|The value of target reliability.}} | ||
*'''[[WAPlotSettings.TargetTime|TargetTime]]''' {{APIComment|The value of target time.}} | *'''[[WAPlotSettings.TargetTime|TargetTime]]''' {{APIComment|The value of target time.}} | ||
*'''[[WAPlotSettings. | *'''[[WAPlotSettings.UserCompany|UserCompany]]''' {{APIComment|Company name that appears on the plot.}} | ||
*'''[[WAPlotSettings. | *'''[[WAPlotSettings.UserName|UserName]]''' {{APIComment|User name that appears on the plot.}} | ||
*'''[[WAPlotSettings. | *'''[[WAPlotSettings.Xmax|Xmax]]''' {{APIComment|X-scale end. Only used if AutoscaleX is false.}} | ||
*'''[[WAPlotSettings.Xmin|Xmin]]''' {{APIComment|X-scale start. Only used if AutoscaleX is false.}} | |||
*'''[[WAPlotSettings.Ymax|Ymax]]''' {{APIComment|Y-scale end. Only used if AutoscaleY is false.}} | |||
*'''[[WAPlotSettings.Ymin|Ymin]]''' {{APIComment|Y-scale start. Only used if AutoscaleY is false.}} | |||
*'''[[WAPlotSettings. | |||
*'''[[WAPlotSettings. | |||
*'''[[WAPlotSettings. | |||
Revision as of 20:46, 6 February 2014
Describes the plot settings. This should be used with WAPlots.
Properties
- AdjustMLEPoints Whether to adjust MLE points.
- AutoscaleX Whether the X-scale is calculated automatically.
- AutoscaleY Whether the Y-scale is calculated automatically.
- ConfBounds_SideSelected Sides of the confidence bounds.
- ConfBounds_TypesSelected Type of the confidence bounds.
- ConfidenceLevel Confidence level.
- ContourConfLevel Confidence level for contour line plot.
- HistogramInterval Interval in histogram plots. Set it to 0 to use the automatically calculated interval.
- PlotXPrecision Precision for labels on X-axis.
- PlotXTolerance Tolerance for labels on X-axis.
- PlotYPrecision Precision for labels on Y-axis.
- PlotYTolerance Tolerance for labels on Y-axis.
- ShowLeftCensoredPoints Whether to show left censored points on X-axis.
- ShowLinesAroundInterval Whether to show vertical lines around an interval line.
- ShowNumberInGroup Whether to show the number of points in the group for grouped data.
- ShowParameterBar Whether to show the parameter bars as probability plot.
- ShowParameterScales Whether to show the parameter scales as probability plot.
- ShowSuspensionPoints Whether to show suspension points on X-axis.
- ShowTargetMarker Whether to show the a marker on the intersection of target reliability and time lines.
- ShowTargetReliability Whether to show the target reliability line.
- ShowTargetTime Whether to show the target time line.
- StraightenGammaLine Whether to streighten the probability line for Gamma and G-Gamma distributions.
- TargetReliability The value of target reliability.
- TargetTime The value of target time.
- UserCompany Company name that appears on the plot.
- UserName User name that appears on the plot.
- Xmax X-scale end. Only used if AutoscaleX is false.
- Xmin X-scale start. Only used if AutoscaleX is false.
- Ymax Y-scale end. Only used if AutoscaleY is false.
- Ymin Y-scale start. Only used if AutoscaleY is false.