My Project
Namespaces | Functions | Variables
plotSetUp.py File Reference

Go to the source code of this file.

Namespaces

 plotSetUp
 

Functions

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

Variables

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