Skip to content

Commit 91ae919

Browse files
committed
Fix a couple of factual/grammatical errors
1 parent 83c54d7 commit 91ae919

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AnatomyOfMatplotlib-Part3-HowToSpeakMPL.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
"metadata": {},
231231
"source": [
232232
"# Plot attributes\n",
233-
"With just about any plot you can make, there are many attributes that can be modified to make the lines and markers suit your needs. Note that for many plotting functions, Matplotlib will cycle the colors for each dataset you plot. However, you are free to explicitly state which colors you want used for which plots. For the [`plt.plot()`](http://matplotlib.org/api/pyplot_api.html#matplotlib.pyplot.plot) and [`plt.scatter()`](http://matplotlib.org/api/pyplot_api.html#matplotlib.pyplot.scatter) functions, you can mix the specification for the colors, linestyles, and markers in a single string."
233+
"With just about any plot you can make, there are many attributes that can be modified to make the lines and markers suit your needs. Note that for many plotting functions, Matplotlib will cycle the colors for each dataset you plot. However, you are free to explicitly state which colors you want used for which plots. For [`plt.plot()`](http://matplotlib.org/api/pyplot_api.html#matplotlib.pyplot.plot), you can mix the specification for the colors, linestyles, and markers in a single string."
234234
]
235235
},
236236
{
@@ -486,7 +486,7 @@
486486
"* \\* - stars\n",
487487
" \n",
488488
"Letters can be combined, in which case all the specified\n",
489-
"hatchings are done. If same letter repeats, it increases the\n",
489+
"hatchings are done. Repeating a character increases the\n",
490490
"density of hatching of that pattern."
491491
]
492492
},

0 commit comments

Comments
 (0)