Skip to content

Commit 5e6efe5

Browse files
kolibril13behackl
andauthored
Update docs/source/examples/plots_examples.rst
Co-authored-by: Benjamin Hackl <[email protected]>
1 parent 4d601b1 commit 5e6efe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/examples/plots_examples.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Examples to illustrate the use of :class:`.GraphScene` in manim.
114114
vert_line = self.get_vertical_line_to_graph(TAU, func_graph, color=YELLOW)
115115
graph_lab = self.get_graph_label(func_graph, label="\\cos(x)")
116116
graph_lab2 = self.get_graph_label(func_graph2, label="\\sin(x)", x_val=-10, direction=UP / 2)
117-
two_pi = TexMobject("x = 2 \\pi")
117+
two_pi = MathTex(r"x = 2 \pi")
118118
label_coord = self.input_to_graph_point(TAU, func_graph)
119119
two_pi.next_to(label_coord, RIGHT + UP)
120120
self.add(func_graph, func_graph2, vert_line, graph_lab, graph_lab2, two_pi)

0 commit comments

Comments
 (0)