Skip to content

Commit

Permalink
Update velocity_graph.py (#1162)
Browse files Browse the repository at this point in the history
Remove `transOffset` when defining LineCollection of edges to draw.
  • Loading branch information
WeilerP authored Dec 2, 2023
1 parent 5132328 commit d916099
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scvelo/plotting/velocity_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ def _draw_networkx_edges(
linewidths=width,
antialiaseds=(1,),
linestyle=style,
transOffset=ax.transData,
alpha=alpha,
)

Expand Down

0 comments on commit d916099

Please sign in to comment.