From d49872c25180c652743a8153daea3026cffc13a6 Mon Sep 17 00:00:00 2001 From: zethson Date: Sun, 14 Jan 2024 16:55:04 +0100 Subject: [PATCH] Fix adjusttext forces Signed-off-by: zethson --- pertpy/tools/_scgen/_scgen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pertpy/tools/_scgen/_scgen.py b/pertpy/tools/_scgen/_scgen.py index 18c4af1e..0d96e557 100644 --- a/pertpy/tools/_scgen/_scgen.py +++ b/pertpy/tools/_scgen/_scgen.py @@ -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))