This is a Python binding to the C++ class Mantidplot::GraphOptions.
mantidplot.
GraphOptions
¶Area
= 4¶Axis
¶bit_length
() → int¶Number of bits necessary to represent self in binary. >>> bin(37) ‘0b100101’ >>> (37).bit_length() 6
Bottom
= 2¶Box
= 13¶ColorMap
= 16¶ColorMapContour
= 18¶Contour
= 19¶CurveType
¶bit_length
() → int¶Number of bits necessary to represent self in binary. >>> bin(37) ‘0b100101’ >>> (37).bit_length() 6
ErrorBars
= 12¶Function
= 20¶GrayScale
= 17¶Histogram
= 9¶HorizontalBars
= 10¶HorizontalSteps
= 8¶ImagePlot
= 21¶Left
= 0¶Line
= 0¶LineSymbols
= 2¶Linear
= 0¶Log10
= 1¶Pie
= 5¶Right
= 1¶ScaleType
¶bit_length
() → int¶Number of bits necessary to represent self in binary. >>> bin(37) ‘0b100101’ >>> (37).bit_length() 6
Scatter
= 1¶Spline
= 7¶Top
= 3¶User
= 22¶VectXYAM
= 14¶VectXYXY
= 11¶VerticalBars
= 3¶VerticalDropLines
= 6¶VerticalSteps
= 15¶