My Project
Functions
plotPadStep Namespace Reference

Functions

def choseColourFromDirection (yaml_file)
 
def prettyPlotPad (time_steps, pad_data, yaml_file, y_label="\\, x_label="\t\", alpha=1.0)
 
def plot3D (run_name)
 
def plotPhase3D (run_name)
 
def prettyPlotPhase (phase_data, y_label="\\, x_label="\\dot{x}\", alpha=1.0, color_index=0, line_style_index=0, label="")
 
def prettyPlotFourier (fourier_dictionary, y_label="\\, x_label="\f\", alpha=1.0, color_index=0, line_style_index=0, label="")
 
def plotPad (run_name, alpha=1.0)
 
def plotPhase (run_name)
 
def plotFourier (run_name)
 
def plotComparePads (run_names)
 
def run ()
 

Function Documentation

◆ choseColourFromDirection()

def plotPadStep.choseColourFromDirection (   yaml_file)

Definition at line 22 of file plotPadStep.py.

Here is the call graph for this function:

◆ plot3D()

def plotPadStep.plot3D (   run_name)

Definition at line 58 of file plotPadStep.py.

Here is the call graph for this function:

◆ plotComparePads()

def plotPadStep.plotComparePads (   run_names)

Definition at line 255 of file plotPadStep.py.

Here is the call graph for this function:

◆ plotFourier()

def plotPadStep.plotFourier (   run_name)

Definition at line 233 of file plotPadStep.py.

Here is the call graph for this function:

◆ plotPad()

def plotPadStep.plotPad (   run_name,
  alpha = 1.0 
)

Definition at line 177 of file plotPadStep.py.

Here is the call graph for this function:

◆ plotPhase()

def plotPadStep.plotPhase (   run_name)

Definition at line 189 of file plotPadStep.py.

Here is the call graph for this function:

◆ plotPhase3D()

def plotPadStep.plotPhase3D (   run_name)

Definition at line 98 of file plotPadStep.py.

Here is the call graph for this function:

◆ prettyPlotFourier()

def plotPadStep.prettyPlotFourier (   fourier_dictionary,
  y_label = "\$A\$",
  x_label = "\$f\$",
  alpha = 1.0,
  color_index = 0,
  line_style_index = 0,
  label = "" 
)

Definition at line 162 of file plotPadStep.py.

Here is the call graph for this function:

◆ prettyPlotPad()

def plotPadStep.prettyPlotPad (   time_steps,
  pad_data,
  yaml_file,
  y_label = "\$x\$",
  x_label = "\$t\$",
  alpha = 1.0 
)

Definition at line 41 of file plotPadStep.py.

Here is the call graph for this function:

◆ prettyPlotPhase()

def plotPadStep.prettyPlotPhase (   phase_data,
  y_label = "\$x\$",
  x_label = "\$\\dot{x}\$",
  alpha = 1.0,
  color_index = 0,
  line_style_index = 0,
  label = "" 
)

Definition at line 142 of file plotPadStep.py.

Here is the call graph for this function:

◆ run()

def plotPadStep.run ( )

Definition at line 262 of file plotPadStep.py.

Here is the call graph for this function: