From 73966fc3c36b0e582f78c50675d827b3464f0b75 Mon Sep 17 00:00:00 2001 From: Philipp Date: Fri, 12 Apr 2024 10:31:27 -0400 Subject: [PATCH] remove arrows to ensure compatibility with more recent mathplotlib --- fluff/plot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluff/plot.py b/fluff/plot.py index c4fa520..346629b 100644 --- a/fluff/plot.py +++ b/fluff/plot.py @@ -19,7 +19,7 @@ DEFAULT_COLORS = ["#e41a1c", "#4daf4a", "#377eb8"] GENE_ARROW = "->" -GENE_ARROW = ArrowStyle._Curve(beginarrow=False, endarrow=True, head_length=.4, head_width=.4) +GENE_ARROW = ArrowStyle._Curve(head_length=.4, head_width=.4) def colortext(x, y, texts, colors, **kwargs): pos = {