GraphOptions

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

class mantidplot.GraphOptions
class Axis
__init__

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

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.Left = 0
GraphOptions.Linear = 0
GraphOptions.Log10 = 1
GraphOptions.Right = 1
class GraphOptions.ScaleType
__init__

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

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.Top = 3
GraphOptions.__init__

x.__init__(...) initializes x; see x.__class__.__doc__ for signature