My Project
Functions | Variables
plotLoadedCI Namespace Reference

Functions

def plotCIAmplitudes ()
 
def frictionLaw (y, sigma=0.01, F_0=1)
 
def plotAveragedAmplitudes ()
 
def run ()
 

Variables

 python_path = os.path.dirname(os.path.realpath(__file__))
 
list colors_diverging_short = ['#d7191c','#fdae61','#ffffbf','#abd9e9','#2c7bb6']
 
list colors_diverging_long = ['#a50026','#d73027','#f46d43','#fdae61','#fee090','#ffffbf','#e0f3f8','#abd9e9','#74add1','#4575b4','#313695']
 
list colors_qualitative_short = ['#1b9e77','#d95f02','#7570b3','#e7298a','#66a61e']
 
list colors_qualitative_long = ['#1b9e77','#d95f02','#7570b3','#e7298a','#66a61e','#e6ab02','#a6761d']
 
list linestyles = ['-', '--', '-.', ':']
 

Function Documentation

◆ frictionLaw()

def plotLoadedCI.frictionLaw (   y,
  sigma = 0.01,
  F_0 = 1 
)

Definition at line 36 of file plotLoadedCI.py.

◆ plotAveragedAmplitudes()

def plotLoadedCI.plotAveragedAmplitudes ( )

Definition at line 42 of file plotLoadedCI.py.

Here is the call graph for this function:

◆ plotCIAmplitudes()

def plotLoadedCI.plotCIAmplitudes ( )

Definition at line 13 of file plotLoadedCI.py.

Here is the call graph for this function:

◆ run()

def plotLoadedCI.run ( )

Definition at line 74 of file plotLoadedCI.py.

Here is the call graph for this function:

Variable Documentation

◆ colors_diverging_long

list plotLoadedCI.colors_diverging_long = ['#a50026','#d73027','#f46d43','#fdae61','#fee090','#ffffbf','#e0f3f8','#abd9e9','#74add1','#4575b4','#313695']

Definition at line 7 of file plotLoadedCI.py.

◆ colors_diverging_short

list plotLoadedCI.colors_diverging_short = ['#d7191c','#fdae61','#ffffbf','#abd9e9','#2c7bb6']

Definition at line 6 of file plotLoadedCI.py.

◆ colors_qualitative_long

list plotLoadedCI.colors_qualitative_long = ['#1b9e77','#d95f02','#7570b3','#e7298a','#66a61e','#e6ab02','#a6761d']

Definition at line 9 of file plotLoadedCI.py.

◆ colors_qualitative_short

list plotLoadedCI.colors_qualitative_short = ['#1b9e77','#d95f02','#7570b3','#e7298a','#66a61e']

Definition at line 8 of file plotLoadedCI.py.

◆ linestyles

list plotLoadedCI.linestyles = ['-', '--', '-.', ':']

Definition at line 10 of file plotLoadedCI.py.

◆ python_path

plotLoadedCI.python_path = os.path.dirname(os.path.realpath(__file__))

Definition at line 4 of file plotLoadedCI.py.