Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 716937c

Browse filesBrowse files
authored
Update pyplot.py
Fixed Grammar Error Earlier with had been typed in twice while only one was needed
1 parent 7a5458b commit 716937c
Copy full SHA for 716937c

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎tutorials/introductory/pyplot.py

Copy file name to clipboardExpand all lines: tutorials/introductory/pyplot.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def f(t):
340340

341341
###############################################################################
342342
# All of the `~.pyplot.text` functions return a `matplotlib.text.Text`
343-
# instance. Just as with with lines above, you can customize the properties by
343+
# instance. Just as with lines above, you can customize the properties by
344344
# passing keyword arguments into the text functions or using `~.pyplot.setp`::
345345
#
346346
# t = plt.xlabel('my data', fontsize=14, color='red')

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.