mirror of
https://github.com/3b1b/manim.git
synced 2025-07-31 14:03:59 +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)
|
return Graph.__str__(self) + str(self.num_vertices)
|
||||||
|
|
||||||
|
|
||||||
class GraphScene(Scene):
|
class DiscreteGraphScene(Scene):
|
||||||
args_list = [
|
args_list = [
|
||||||
(CubeGraph(),),
|
(CubeGraph(),),
|
||||||
(SampleGraph(),),
|
(SampleGraph(),),
|
||||||
|
Reference in New Issue
Block a user