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

Skip to content

Commit 07ffe75

Browse files
committed
Update api change to reflect new default
1 parent 7458091 commit 07ffe75

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/api/api_changes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ For new features that were added to matplotlib, please see
1515
Changes in 1.3.x
1616
================
1717

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+
1822
* Removed call of :meth:`~matplotlib.axes.Axes.grid` in
1923
:meth:`~matplotlib.pyplot.plotfile`. To draw the axes grid, set to *True*
2024
matplotlib.rcParams['axes.grid'] or ``axes.grid`` in ``.matplotlibrc`` or

0 commit comments

Comments
 (0)