Skip to content
Snippets Groups Projects

When plotting, extract the total trace from any sub-budgets

Merged Evan Hall requested to merge evan.hall/pygwinc:plot-subbudget into master
2 files
+ 5
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
2
@@ -33,7 +33,7 @@ class Newtonian(nb.Noise):
"""
style = dict(
label='Newtonian',
color='#15b01a'
color='#15b01a',
)
def calc(self):
@@ -46,7 +46,7 @@ class NewtonianRayleigh(nb.Noise):
"""
style = dict(
label='Newtonian (Rayleigh waves)',
color='#1b2431'
color='#1b2431',
)
def calc(self):
Loading