Skip to content

Commit

Permalink
Update _draw_graph.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnerde authored Apr 29, 2024
1 parent a008ab8 commit f32367c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scanpy/tools/_draw_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def draw_graph(
# see whether fa2 is installed
if layout == "fa":
try:
from fa2 import ForceAtlas2
from fa2_modified import ForceAtlas2
except ImportError:
logg.warning(
"Package 'fa2' is not installed, falling back to layout 'fr'."
Expand Down

0 comments on commit f32367c

Please sign in to comment.