My Project
|
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 () |
def plotPadStep.choseColourFromDirection | ( | yaml_file | ) |
def plotPadStep.plot3D | ( | run_name | ) |
def plotPadStep.plotComparePads | ( | run_names | ) |
def plotPadStep.plotFourier | ( | run_name | ) |
def plotPadStep.plotPad | ( | run_name, | |
alpha = 1.0 |
|||
) |
def plotPadStep.plotPhase | ( | run_name | ) |
def plotPadStep.plotPhase3D | ( | run_name | ) |
def plotPadStep.prettyPlotFourier | ( | fourier_dictionary, | |
y_label = "\$A\$" , |
|||
x_label = "\$f\$" , |
|||
alpha = 1.0 , |
|||
color_index = 0 , |
|||
line_style_index = 0 , |
|||
label = "" |
|||
) |
def plotPadStep.prettyPlotPad | ( | time_steps, | |
pad_data, | |||
yaml_file, | |||
y_label = "\$x\$" , |
|||
x_label = "\$t\$" , |
|||
alpha = 1.0 |
|||
) |
def plotPadStep.prettyPlotPhase | ( | phase_data, | |
y_label = "\$x\$" , |
|||
x_label = "\$\\dot{x}\$" , |
|||
alpha = 1.0 , |
|||
color_index = 0 , |
|||
line_style_index = 0 , |
|||
label = "" |
|||
) |
def plotPadStep.run | ( | ) |