GraphOptions

This is a Python binding to the C++ class Mantidplot::GraphOptions.

class mantidplot.GraphOptions
Area = 4
class Axis
__init__

x.__init__(...) initializes x; see help(type(x)) for signature

bit_length() → int

Number of bits necessary to represent self in binary. >>> bin(37) ‘0b100101’ >>> (37).bit_length() 6

conjugate()

Returns self, the complex conjugate of any int.

denominator

the denominator of a rational number in lowest terms

imag

the imaginary part of a complex number

numerator

the numerator of a rational number in lowest terms

real

the real part of a complex number

GraphOptions.Bottom = 2
GraphOptions.Box = 13
GraphOptions.ColorMap = 16
GraphOptions.ColorMapContour = 18
GraphOptions.Contour = 19
class GraphOptions.CurveType
__init__

x.__init__(...) initializes x; see help(type(x)) for signature

bit_length() → int

Number of bits necessary to represent self in binary. >>> bin(37) ‘0b100101’ >>> (37).bit_length() 6

conjugate()

Returns self, the complex conjugate of any int.

denominator

the denominator of a rational number in lowest terms

imag

the imaginary part of a complex number

numerator

the numerator of a rational number in lowest terms

real

the real part of a complex number

GraphOptions.ErrorBars = 12
GraphOptions.Function = 20
GraphOptions.GrayScale = 17
GraphOptions.Histogram = 9
GraphOptions.HorizontalBars = 10
GraphOptions.HorizontalSteps = 8
GraphOptions.ImagePlot = 21
GraphOptions.Left = 0
GraphOptions.Line = 0
GraphOptions.LineSymbols = 2
GraphOptions.Linear = 0
GraphOptions.Log10 = 1
GraphOptions.Pie = 5
GraphOptions.Right = 1
class GraphOptions.ScaleType
__init__

x.__init__(...) initializes x; see help(type(x)) for signature

bit_length() → int

Number of bits necessary to represent self in binary. >>> bin(37) ‘0b100101’ >>> (37).bit_length() 6

conjugate()

Returns self, the complex conjugate of any int.

denominator

the denominator of a rational number in lowest terms

imag

the imaginary part of a complex number

numerator

the numerator of a rational number in lowest terms

real

the real part of a complex number

GraphOptions.Scatter = 1
GraphOptions.Spline = 7
GraphOptions.Top = 3
GraphOptions.User = 22
GraphOptions.VectXYAM = 14
GraphOptions.VectXYXY = 11
GraphOptions.VerticalBars = 3
GraphOptions.VerticalDropLines = 6
GraphOptions.VerticalSteps = 15
GraphOptions.__init__

x.__init__(...) initializes x; see help(type(x)) for signature