mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
No title on OutputPoints
This commit is contained in:
parent
c5f19a8c25
commit
1e2a3a9562
1 changed files with 2 additions and 2 deletions
|
@ -1193,12 +1193,12 @@ class EveryOutputPointHasAColor(ColorMappedObjectsScene):
|
|||
title.scale(1.5)
|
||||
title.to_edge(UP, buff = MED_SMALL_BUFF)
|
||||
title.set_stroke(BLACK, 1)
|
||||
self.add_foreground_mobjects(title)
|
||||
# self.add_foreground_mobjects(title)
|
||||
|
||||
plane = NumberPlane()
|
||||
plane.fade(0.5)
|
||||
plane.axes.set_stroke(WHITE, 3)
|
||||
plane.add(BackgroundRectangle(title))
|
||||
# plane.add(BackgroundRectangle(title))
|
||||
self.add(plane)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue