8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e679205 commit 860a331Copy full SHA for 860a331
examples/pylab_examples/bar_stacked.py
@@ -4,8 +4,8 @@
4
=================
5
6
This is an example of creating a stacked bar plot with error bars
7
-using `plt.bar`. Note the parameters `yerr` used for error bars, and
8
-`bottom` to stack the women's bars on top of the men's bars.
+using `plt.bar`. Note the parameters *yerr* used for error bars, and
+*bottom* to stack the women's bars on top of the men's bars.
9
10
"""
11
examples/pylab_examples/dolphin.py
@@ -4,7 +4,7 @@
========
This example shows how to draw, and manipulate shapes given vertices
-and nodes using the `patches`, `path` and `transforms` classes.
+and nodes using the `Patches`, `Path` and `Transforms` classes.
0 commit comments