mirror of
https://github.com/3b1b/manim.git
synced 2025-08-06 14:52:05 +08:00
Small uncertainty progress
This commit is contained in:
@ -1727,7 +1727,7 @@ class IntroduceDopplerRadar(Scene):
|
|||||||
words = ["Original signal", "Echo"]
|
words = ["Original signal", "Echo"]
|
||||||
for graph, word in zip([pulse_graph, echo_graph], words):
|
for graph, word in zip([pulse_graph, echo_graph], words):
|
||||||
arrow = Vector(DOWN)
|
arrow = Vector(DOWN)
|
||||||
arrow.next_to(graph.peak_point, UP, SMALL_BUFF)
|
arrow.next_to(graph.peak_point, UP, MED_SMALL_BUFF)
|
||||||
arrow.match_color(graph)
|
arrow.match_color(graph)
|
||||||
graph.arrow = arrow
|
graph.arrow = arrow
|
||||||
label = TextMobject(word)
|
label = TextMobject(word)
|
||||||
@ -2035,7 +2035,9 @@ class IntroduceDopplerRadar(Scene):
|
|||||||
sum_graph.background_image_file = "blue_yellow_gradient"
|
sum_graph.background_image_file = "blue_yellow_gradient"
|
||||||
return pulse_graph, echo_graph, sum_graph
|
return pulse_graph, echo_graph, sum_graph
|
||||||
|
|
||||||
|
class MentionPRFNuance(TeacherStudentsScene):
|
||||||
|
def construct(self):
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user