8000 Patch issue #6035 by afvincent · Pull Request #6054 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Patch issue #6035 #6054

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

Closed
wants to merge 12 commits into from
Closed
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
Next Next commit
Docstring fix
  • Loading branch information
afvincent committed May 14, 2016
commit a552429d07078d4e0f116f5fbcc798db4b500d88
2 changes: 1 addition & 1 deletion lib/matplotlib/patches.py
Original file line number Diff line number Diff line change
Expand Up @@ -4056,7 +4056,7 @@ def __init__(self, posA=None, posB=None,
def set_dpi_cor(self, dpi_cor):
"""
dpi_cor is currently used for linewidth-related things and
shrink factor. Mutation scale *is now* affected by this.
shrink factor. Mutation scale is affected by this.
"""

self._dpi_cor = dpi_cor
Expand Down
0