[variability] move mean lower in z
This commit is contained in:
parent
f0213824d9
commit
3d6d6b0b86
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ def variability_plot(
|
|||
meanprops.setdefault('color', 'blue')
|
||||
meanprops.setdefault('alpha', 0.8)
|
||||
meanprops.setdefault('linewidth', 0.5)
|
||||
meanprops.setdefault('zorder', 3)
|
||||
meanprops.setdefault('zorder', 1)
|
||||
_meanplt = ax.plot(xy[:, 0], xy[:, 1], **meanprops)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue