OpenMPCD
Public Member Functions | Public Attributes | List of all members
MPCDAnalysis.InteractivePlotter.CanvasFrame.CanvasFrame Class Reference
Inheritance diagram for MPCDAnalysis.InteractivePlotter.CanvasFrame.CanvasFrame:
Inheritance graph
[legend]
Collaboration diagram for MPCDAnalysis.InteractivePlotter.CanvasFrame.CanvasFrame:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, plotter)
 
def update (self)
 
def clear (self)
 
def updateCanvas (self)
 
def updateLegend (self)
 
def onPlotOptionsCheckbox (self, event)
 
def setLogXCheckbox (self, value)
 
def setLogYCheckbox (self, value)
 
def setDashedIfNegativeCheckbox (self, value)
 

Public Attributes

 plotter
 
 mainSizer
 
 canvasHorizontalSizer
 
 figure
 
 canvas
 
 plotOptions
 
 toolbar
 
 axes
 
 plotSelectionFrame
 
 legend
 

Detailed Description

Main window, containing the plotting canvas.

Definition at line 12 of file CanvasFrame.py.

Member Function Documentation

◆ setDashedIfNegativeCheckbox()

def MPCDAnalysis.InteractivePlotter.CanvasFrame.CanvasFrame.setDashedIfNegativeCheckbox (   self,
  value 
)
    Sets the checkbox that controls the plot-dashed-if-negative feature.

    @param[in] value True to activate the checkbox, false to deactivate.

Definition at line 144 of file CanvasFrame.py.

◆ setLogXCheckbox()

def MPCDAnalysis.InteractivePlotter.CanvasFrame.CanvasFrame.setLogXCheckbox (   self,
  value 
)
    Sets the checkbox that signifies that the x-axis is logarithmic.

    @param[in] value True to activate the checkbox, false to deactivate.

Definition at line 124 of file CanvasFrame.py.

◆ setLogYCheckbox()

def MPCDAnalysis.InteractivePlotter.CanvasFrame.CanvasFrame.setLogYCheckbox (   self,
  value 
)
    Sets the checkbox that signifies that the y-axis is logarithmic.

    @param[in] value True to activate the checkbox, false to deactivate.

Definition at line 134 of file CanvasFrame.py.


The documentation for this class was generated from the following file: