Skip to content

Commit

Permalink
small tweaks in plot functions
Browse files Browse the repository at this point in the history
  • Loading branch information
LegrandNico committed Oct 13, 2024
1 parent 6ccfe2f commit 817bd66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pyhgf/plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ def plot_nodes(
s=3,
label="Input",
color="#2a2a2a",
zorder=10,
zorder=2,
)
# plotting standard deviation
if ci is True:
Expand All @@ -479,7 +479,7 @@ def plot_nodes(
y=trajectories_df[f"x_{node_idx}_mean"],
label="Input",
color="#2a2a2a",
zorder=10,
zorder=2,
alpha=0.4,
)

Expand Down Expand Up @@ -570,7 +570,7 @@ def plot_nodes(
s=3,
label="Posterior",
color="#2a2a2a",
zorder=10,
zorder=2,
alpha=0.5,
)
axs[i].legend(loc="lower left")
Expand Down

0 comments on commit 817bd66

Please sign in to comment.