My Project
Functions | Variables
plotPadContinous Namespace Reference

Functions

def plotVerticalStepLines (yaml_file, ax_number=0)
 
def plot_multifigure (time_steps, pad_data, yaml_file, ax_number, y_label="\\, x_label="\t\", label="", alpha=1.0, x_lim=[-0.1, y_lim=[-1.6, step_as_continous=False)
 
def prettyPlotPad (time_steps, pad_data, yaml_file, y_label="\\, x_label="\t\", label="", alpha=1.0, y_lim=[-1.6, step_as_continous=False)
 
def plot_pad (run_name, alpha=1.0, label="Pad")
 
def plot_single_pad (run_name)
 
def plot_compare_pads (run_names)
 
def run ()
 

Variables

 multiplot_figure = plt.figure()
 
list axs = [multiplot_figure.add_subplot(pos) for pos in [221, 222, 223, 224]]
 

Function Documentation

◆ plot_compare_pads()

def plotPadContinous.plot_compare_pads (   run_names)

Definition at line 140 of file plotPadContinous.py.

Here is the call graph for this function:

◆ plot_multifigure()

def plotPadContinous.plot_multifigure (   time_steps,
  pad_data,
  yaml_file,
  ax_number,
  y_label = "\$x\$",
  x_label = "\$t\$",
  label = "",
  alpha = 1.0,
  x_lim = [-0.1,
  y_lim = [-1.6,
  step_as_continous = False 
)

Definition at line 57 of file plotPadContinous.py.

Here is the call graph for this function:

◆ plot_pad()

def plotPadContinous.plot_pad (   run_name,
  alpha = 1.0,
  label = "Pad" 
)

Definition at line 110 of file plotPadContinous.py.

Here is the call graph for this function:

◆ plot_single_pad()

def plotPadContinous.plot_single_pad (   run_name)

Definition at line 132 of file plotPadContinous.py.

Here is the call graph for this function:

◆ plotVerticalStepLines()

def plotPadContinous.plotVerticalStepLines (   yaml_file,
  ax_number = 0 
)

Definition at line 23 of file plotPadContinous.py.

Here is the call graph for this function:

◆ prettyPlotPad()

def plotPadContinous.prettyPlotPad (   time_steps,
  pad_data,
  yaml_file,
  y_label = "\$x\$",
  x_label = "\$t\$",
  label = "",
  alpha = 1.0,
  y_lim = [-1.6,
  step_as_continous = False 
)

Definition at line 87 of file plotPadContinous.py.

Here is the call graph for this function:

◆ run()

def plotPadContinous.run ( )

Definition at line 150 of file plotPadContinous.py.

Here is the call graph for this function:

Variable Documentation

◆ axs

list plotPadContinous.axs = [multiplot_figure.add_subplot(pos) for pos in [221, 222, 223, 224]]

Definition at line 17 of file plotPadContinous.py.

◆ multiplot_figure

plotPadContinous.multiplot_figure = plt.figure()

Definition at line 16 of file plotPadContinous.py.