From f3538c4ca4226aa7d362521749ff87499fa172a9 Mon Sep 17 00:00:00 2001 From: Jens Hedegaard Nielsen Date: Sat, 8 Nov 2014 17:34:24 +0000 Subject: [PATCH 1/2] simple typo in whats_new --- doc/users/whats_new.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/users/whats_new.rst b/doc/users/whats_new.rst index bd09d89be67d..5cc2832717e4 100644 --- a/doc/users/whats_new.rst +++ b/doc/users/whats_new.rst @@ -55,7 +55,7 @@ Added a `legend_handler` for :class:`~matplotlib.collections.PolyCollection` as :func:`~matplotlib.axes.Axes.stackplot`. Support for alternate pivots in mplot3d quiver plot -`````````````````````````````````````````````````` +``````````````````````````````````````````````````` Added a :code:`pivot` kwarg to :func:`~mpl_toolkits.mplot3d.Axes3D.quiver` that controls the pivot point around which the quiver line rotates. This also determines the placement of the arrow head along the quiver line. From 2e3e9ea750d8f92f4bc0155c45d4ea88133a34f5 Mon Sep 17 00:00:00 2001 From: Jens Hedegaard Nielsen Date: Sat, 8 Nov 2014 17:45:37 +0000 Subject: [PATCH 2/2] RST issue in legend doc --- lib/matplotlib/axes/_axes.py | 2 +- lib/matplotlib/figure.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/matplotlib/axes/_axes.py b/lib/matplotlib/axes/_axes.py index 482ba62b5226..e961084e87fd 100644 --- a/lib/matplotlib/axes/_axes.py +++ b/lib/matplotlib/axes/_axes.py @@ -363,7 +363,7 @@ def legend(self, *args, **kwargs): *markerfirst*: [ *True* | *False* ] if *True*, legend marker is placed to the left of the legend label if *False*, legend marker is placed to the right of the legend - label + label frameon : None or bool Control whether a frame should be drawn around the legend. diff --git a/lib/matplotlib/figure.py b/lib/matplotlib/figure.py index ee34e9d8b938..febca10120fa 100644 --- a/lib/matplotlib/figure.py +++ b/lib/matplotlib/figure.py @@ -1151,7 +1151,7 @@ def legend(self, handles, labels, *args, **kwargs): *markerfirst*: [ *True* | *False* ] if *True*, legend marker is placed to the left of the legend label if *False*, legend marker is placed to the right of the legend - label + label *fancybox*: [ *None* | *False* | *True* ] if *True*, draw a frame with a round fancybox. If *None*, use rc