Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Make default arrow head width sensible #1186

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 2, 2013
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update api change to reflect new default
  • Loading branch information
dmcdougall committed Mar 30, 2013
commit 07ffe75c322124e74a6f2fc1ead853bcc0bd7367
4 changes: 4 additions & 0 deletions 4 doc/api/api_changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ For new features that were added to matplotlib, please see
Changes in 1.3.x
================

* In :class:`~matplotlib.patches.FancyArrow`, the default arrow head width,
``head_width``, has been made larger to produce a visible arrow head. The new
value of this kwarg is ``head_width = 20 * width``.

* Removed call of :meth:`~matplotlib.axes.Axes.grid` in
:meth:`~matplotlib.pyplot.plotfile`. To draw the axes grid, set to *True*
matplotlib.rcParams['axes.grid'] or ``axes.grid`` in ``.matplotlibrc`` or
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.