My Project
|
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]] |
def plotPadContinous.plot_compare_pads | ( | run_names | ) |
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 |
|||
) |
def plotPadContinous.plot_pad | ( | run_name, | |
alpha = 1.0 , |
|||
label = "Pad" |
|||
) |
def plotPadContinous.plot_single_pad | ( | run_name | ) |
def plotPadContinous.plotVerticalStepLines | ( | yaml_file, | |
ax_number = 0 |
|||
) |
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 |
|||
) |
def plotPadContinous.run | ( | ) |
list plotPadContinous.axs = [multiplot_figure.add_subplot(pos) for pos in [221, 222, 223, 224]] |
Definition at line 17 of file plotPadContinous.py.
plotPadContinous.multiplot_figure = plt.figure() |
Definition at line 16 of file plotPadContinous.py.