My Project
Functions
plotBlocks Namespace Reference

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 ()
 

Function Documentation

◆ plot_blocks()

def plotBlocks.plot_blocks (   run_name)

Definition at line 89 of file plotBlocks.py.

Here is the call graph for this function:

◆ plot_phase()

def plotBlocks.plot_phase (   run_name)

Definition at line 106 of file plotBlocks.py.

Here is the call graph for this function:

◆ prettyPlotBlocks()

def plotBlocks.prettyPlotBlocks (   time_steps,
  block_data,
  yaml_file,
  legend_title = "",
  legend_loc = "lower right",
  y_label = "",
  x_label = "\$t\$" 
)

Definition at line 24 of file plotBlocks.py.

Here is the call graph for this function:

◆ prettyPlotFourier()

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

Definition at line 75 of file plotBlocks.py.

Here is the call graph for this function:

◆ prettyPlotPhase()

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

Definition at line 55 of file plotBlocks.py.

Here is the call graph for this function:

◆ run()

def plotBlocks.run ( )

Definition at line 155 of file plotBlocks.py.

Here is the call graph for this function: