My Project
Functions | Variables
plotSetUp Namespace Reference

Functions

def setSvgLatexMatplotlibSettings (pyplot)
 
def checkStepAsContinous (yaml_file)
 
def checkIfMultipleBlocks (block_data)
 
def createTimeStepValues (block_data, yaml_file)
 
def createSliderVelocityStepValues (block_data, yaml_file, step_as_continous=False)
 
def choseColourFromDirection (yaml_file)
 

Variables

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

◆ checkIfMultipleBlocks()

def plotSetUp.checkIfMultipleBlocks (   block_data)

Definition at line 30 of file plotSetUp.py.

Here is the call graph for this function:

◆ checkStepAsContinous()

def plotSetUp.checkStepAsContinous (   yaml_file)

Definition at line 20 of file plotSetUp.py.

Here is the call graph for this function:

◆ choseColourFromDirection()

def plotSetUp.choseColourFromDirection (   yaml_file)

Definition at line 89 of file plotSetUp.py.

Here is the call graph for this function:

◆ createSliderVelocityStepValues()

def plotSetUp.createSliderVelocityStepValues (   block_data,
  yaml_file,
  step_as_continous = False 
)

Definition at line 61 of file plotSetUp.py.

Here is the call graph for this function:

◆ createTimeStepValues()

def plotSetUp.createTimeStepValues (   block_data,
  yaml_file 
)

Definition at line 40 of file plotSetUp.py.

Here is the call graph for this function:

◆ setSvgLatexMatplotlibSettings()

def plotSetUp.setSvgLatexMatplotlibSettings (   pyplot)

Definition at line 11 of file plotSetUp.py.

Here is the call graph for this function:

Variable Documentation

◆ colors_diverging_long

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

Definition at line 3 of file plotSetUp.py.

◆ colors_diverging_short

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

Definition at line 2 of file plotSetUp.py.

◆ colors_qualitative_long

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

Definition at line 5 of file plotSetUp.py.

◆ colors_qualitative_short

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

Definition at line 4 of file plotSetUp.py.

◆ linestyles

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

Definition at line 6 of file plotSetUp.py.