Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 16b7958

Browse files
committed
Merge pull request #3767 from jenshnielsen/doc_fixes
RST fixes for the docs
2 parents 18a7ef3 + 2e3e9ea commit 16b7958

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/users/whats_new.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Added a `legend_handler` for :class:`~matplotlib.collections.PolyCollection` as
5555
:func:`~matplotlib.axes.Axes.stackplot`.
5656

5757
Support for alternate pivots in mplot3d quiver plot
58-
``````````````````````````````````````````````````
58+
```````````````````````````````````````````````````
5959
Added a :code:`pivot` kwarg to :func:`~mpl_toolkits.mplot3d.Axes3D.quiver`
6060
that controls the pivot point around which the quiver line rotates. This also
6161
determines the placement of the arrow head along the quiver line.

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ def legend(self, *args, **kwargs):
363363
*markerfirst*: [ *True* | *False* ]
364364
if *True*, legend marker is placed to the left of the legend label
365365
if *False*, legend marker is placed to the right of the legend
366-
label
366+
label
367367
368368
frameon : None or bool
369369
Control whether a frame should be drawn around the legend.

lib/matplotlib/figure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1151,7 +1151,7 @@ def legend(self, handles, labels, *args, **kwargs):
11511151
*markerfirst*: [ *True* | *False* ]
11521152
if *True*, legend marker is placed to the left of the legend label
11531153
if *False*, legend marker is placed to the right of the legend
1154-
label
1154+
label
11551155
11561156
*fancybox*: [ *None* | *False* | *True* ]
11571157
if *True*, draw a frame with a round fancybox. If *None*, use rc

0 commit comments

Comments
 (0)