mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 13:34:19 +08:00
Eliminate name ambiguity
This commit is contained in:
@ -175,7 +175,7 @@ class CompleteGraph(Graph):
|
||||
return Graph.__str__(self) + str(self.num_vertices)
|
||||
|
||||
|
||||
class GraphScene(Scene):
|
||||
class DiscreteGraphScene(Scene):
|
||||
args_list = [
|
||||
(CubeGraph(),),
|
||||
(SampleGraph(),),
|
||||
|
Reference in New Issue
Block a user