Skip to content

Commit 3573344

Browse files
committed
fix feature 3d animation bugs
1 parent 6c9ac16 commit 3573344

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dhg/visualization/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# feature visualization
22
from .feature import draw_in_euclidean_space, draw_in_poincare_ball
33
from .feature import animation_of_3d_euclidean_space, animation_of_3d_poincare_ball
4-
from .feature import make_animation, project_to_poincare_ball
4+
from .feature import project_to_poincare_ball
55
# structure visualization
66
from .structure import draw_graph, draw_digraph, draw_bigraph, draw_hypergraph
77

@@ -10,7 +10,6 @@
1010
"draw_in_poincare_ball",
1111
"animation_of_3d_euclidean_space",
1212
"animation_of_3d_poincare_ball",
13-
"make_animation",
1413
"project_to_poincare_ball",
1514
"draw_graph",
1615
"draw_digraph",

0 commit comments

Comments
 (0)