sas.qtgui.Calculators.Shape2SAS.PlotAspects package

Submodules

sas.qtgui.Calculators.Shape2SAS.PlotAspects.plotAspects module

class sas.qtgui.Calculators.Shape2SAS.PlotAspects.plotAspects.Canvas(parent=None)

Bases: FigureCanvasQTAgg

__annotate_func__ = None
__annotations_cache__ = {}
__doc__ = None
__firstlineno__ = 8
__init__(parent=None)
__module__ = 'sas.qtgui.Calculators.Shape2SAS.PlotAspects.plotAspects'
__static_attributes__ = ('fig',)
staticMetaObject = PySide6.QtCore.QMetaObject("Canvas" inherits "FigureCanvasQTAgg": )
class sas.qtgui.Calculators.Shape2SAS.PlotAspects.plotAspects.ViewerPlotDesign(colour: list[str] | None)

Bases: object

Values affecting the illustrative aspect of Viewer

__annotate_func__()
__annotations_cache__ = {'colour': list[str] | None}
__dataclass_fields__ = {'colour': Field(name='colour',type=list[str] | None,default=<dataclasses._MISSING_TYPE object>,default_factory=<dataclasses._MISSING_TYPE object>,init=True,repr=True,hash=None,compare=True,metadata=mappingproxy({}),kw_only=False,doc=None,_field_type=_FIELD)}
__dataclass_params__ = _DataclassParams(init=True,repr=True,eq=True,order=False,unsafe_hash=False,frozen=False,match_args=True,kw_only=False,slots=False,weakref_slot=False)
__dict__ = mappingproxy({'__module__': 'sas.qtgui.Calculators.Shape2SAS.PlotAspects.plotAspects', '__firstlineno__': 16, '__doc__': 'Values affecting the illustrative aspect of Viewer', '__static_attributes__': (), '__dict__': <attribute '__dict__' of 'ViewerPlotDesign' objects>, '__weakref__': <attribute '__weakref__' of 'ViewerPlotDesign' objects>, '__dataclass_params__': _DataclassParams(init=True,repr=True,eq=True,order=False,unsafe_hash=False,frozen=False,match_args=True,kw_only=False,slots=False,weakref_slot=False), '__annotations_cache__': {'colour': list[str] | None}, '__dataclass_fields__': {'colour': Field(name='colour',type=list[str] | None,default=<dataclasses._MISSING_TYPE object>,default_factory=<dataclasses._MISSING_TYPE object>,init=True,repr=True,hash=None,compare=True,metadata=mappingproxy({}),kw_only=False,doc=None,_field_type=_FIELD)}, '__replace__': <function _replace>, '__hash__': None, '__init__': <function ViewerPlotDesign.__init__>, '__repr__': <function ViewerPlotDesign.__repr__>, '__eq__': <function ViewerPlotDesign.__eq__>, '__match_args__': ('colour',), '__annotate_func__': None})
__doc__ = 'Values affecting the illustrative aspect of Viewer'
__eq__(other)

Return self==value.

__firstlineno__ = 16
__hash__ = None
__init__(colour: list[str] | None) None
__match_args__ = ('colour',)
__module__ = 'sas.qtgui.Calculators.Shape2SAS.PlotAspects.plotAspects'
__replace__(**changes)
__repr__()

Return repr(self).

__static_attributes__ = ()
__weakref__

list of weak references to the object

colour: list[str] | None

Module contents