Skip to content

Commit

Permalink
Adjusting marker type
Browse files Browse the repository at this point in the history
  • Loading branch information
silkemaes committed Nov 22, 2024
1 parent 291edf5 commit 4b3e0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mace/CSE_0D/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b3e0bd

Please sign in to comment.