Skip to content

Commit

Permalink
Fix adjusttext forces
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <lukas.heumos@posteo.net>
  • Loading branch information
Zethson committed Jan 14, 2024
1 parent c95bbcb commit d49872c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pertpy/tools/_scgen/_scgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ def plot_reg_mean_plot(
x=x,
y=y,
arrowprops={"arrowstyle": "->", "color": "grey", "lw": 0.5},
force_points=(0.0, 0.0),
force_static=(0.0, 0.0),
)
if legend:
pyplot.legend(loc="center left", bbox_to_anchor=(1, 0.5))
Expand Down

0 comments on commit d49872c

Please sign in to comment.