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 7458091 commit 07ffe75Copy full SHA for 07ffe75
doc/api/api_changes.rst
@@ -15,6 +15,10 @@ For new features that were added to matplotlib, please see
15
Changes in 1.3.x
16
================
17
18
+* In :class:`~matplotlib.patches.FancyArrow`, the default arrow head width,
19
+ ``head_width``, has been made larger to produce a visible arrow head. The new
20
+ value of this kwarg is ``head_width = 20 * width``.
21
+
22
* Removed call of :meth:`~matplotlib.axes.Axes.grid` in
23
:meth:`~matplotlib.pyplot.plotfile`. To draw the axes grid, set to *True*
24
matplotlib.rcParams['axes.grid'] or ``axes.grid`` in ``.matplotlibrc`` or
0 commit comments