diff --git a/src/mace/CSE_0D/plotting.py b/src/mace/CSE_0D/plotting.py index f57e076..5eb5f48 100644 --- a/src/mace/CSE_0D/plotting.py +++ b/src/mace/CSE_0D/plotting.py @@ -70,7 +70,7 @@ def plot_abs(model1D, n, n_hat, specs, step = False): marker = 'o' else: ls = '-' - marker = 'none' + marker = '.' ## predicted abundances line, = ax1.plot(r,n_hat[:,idx], ls =ls, marker = marker, label = spec, ms = ms, lw = lw) ## real abundances