Skip to content

Commit 09c2e46

Browse files
kolibril13leotrs
andauthored
Update docs/source/examples/plots_examples.rst
Co-authored-by: Leo Torres <[email protected]>
1 parent 604dff2 commit 09c2e46

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
@@ -63,7 +63,7 @@ Examples to illustrate the use of GrapheScenes in Manim
6363
mu=3; sig= 1; amp=5
6464
return amp*np.exp( ( -1/2 * ( (x-mu)/sig)**2 ) )
6565
self.setup_axes()
66-
graph = self.get_graph(gaussian, x_min=-1, x_max=10, ).set_stroke(width=5)
66+
graph = self.get_graph(gaussian, x_min=-1, x_max=10).set_stroke(width=5)
6767
self.add(graph)
6868

6969
.. manim:: Plot4SinCos

0 commit comments

Comments
 (0)