Skip to content
Snippets Groups Projects
Commit 181cabef authored by Evan Hall's avatar Evan Hall Committed by Kevin Kuns
Browse files

Gas color

parent 75fb6a49
No related branches found
No related tags found
1 merge request!121Residual gas sub-budgets and updates
......@@ -839,7 +839,7 @@ class ExcessGasScatteringCO2(nb.Noise):
"""
style = dict(
label='CO2 scattering',
color='xkcd:slate blue'
color='xkcd:grey'
)
def calc(self):
......@@ -857,7 +857,7 @@ class ExcessGasScatteringAr(nb.Noise):
"""
style = dict(
label='Ar scattering',
color='xkcd:violet'
color='xkcd:pinkish purple'
)
def calc(self):
......@@ -925,7 +925,7 @@ class ExcessGasDampingCO2(nb.Noise):
"""
style = dict(
label='CO2 damping',
color='xkcd:slate blue',
color='xkcd:grey',
linestyle='--',
)
......@@ -941,7 +941,7 @@ class ExcessGasDampingAr(nb.Noise):
"""
style = dict(
label='Ar damping',
color='xkcd:violet',
color='xkcd:pinkish purple',
linestyle='--',
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment