My Project
|
Functions | |
def | prettyPlotBlocks (time_steps, block_data, yaml_file, legend_title="", legend_loc="lower right", y_label="", x_label="\\) |
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 | plot_blocks (run_name) |
def | plot_phase (run_name) |
def | run () |
def plotBlocks.plot_blocks | ( | run_name | ) |
def plotBlocks.plot_phase | ( | run_name | ) |
def plotBlocks.prettyPlotBlocks | ( | time_steps, | |
block_data, | |||
yaml_file, | |||
legend_title = "" , |
|||
legend_loc = "lower right" , |
|||
y_label = "" , |
|||
x_label = "\$t\$" |
|||
) |
def plotBlocks.prettyPlotFourier | ( | fourier_dictionary, | |
y_label = "\$A\$" , |
|||
x_label = "\$f\$" , |
|||
alpha = 1.0 , |
|||
color_index = 0 , |
|||
line_style_index = 0 , |
|||
label = "" |
|||
) |
def plotBlocks.prettyPlotPhase | ( | phase_data, | |
y_label = "\$x\$" , |
|||
x_label = "\$\\dot{x}\$" , |
|||
alpha = 1.0 , |
|||
color_index = 0 , |
|||
line_style_index = 0 , |
|||
label = "" |
|||
) |
def plotBlocks.run | ( | ) |