From d9160993a3b434c9768d5716d3c02c01b8c93605 Mon Sep 17 00:00:00 2001 From: Philipp Weiler Date: Sat, 2 Dec 2023 23:51:35 +0100 Subject: [PATCH] Update `velocity_graph.py` (#1162) 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, )