From 9033b228ca70b84e6171364dbbce1a7174e3dfe0 Mon Sep 17 00:00:00 2001 From: Philipp Weiler Date: Sat, 2 Dec 2023 23:35:03 +0100 Subject: [PATCH] Update `velocity_graph.py` Remove `transOffset` when defining LineCollection of edges to draw. --- scvelo/plotting/velocity_graph.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scvelo/plotting/velocity_graph.py b/scvelo/plotting/velocity_graph.py index fe4f7199..9436a092 100644 --- a/scvelo/plotting/velocity_graph.py +++ b/scvelo/plotting/velocity_graph.py @@ -241,7 +241,6 @@ def _draw_networkx_edges( linewidths=width, antialiaseds=(1,), linestyle=style, - transOffset=ax.transData, alpha=alpha, )