Skip to content
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

DOC : added caveat to Axes.add_artist #2822

Closed
wants to merge 1 commit into from

Conversation

tacaswell
Copy link
Member

Added caveat to Axes.add_artist to make clear that artists
added using this method are not taken into account by the
auto-scale machinery.

Addresses issues raised in #2202

Added caveat to Axes.add_artist to make clear that artists
added using this method are not taken into account by the
auto-scale machinery.
@@ -1449,6 +1449,11 @@ def add_artist(self, a):
"""
Add any :class:`~matplotlib.artist.Artist` to the axes.

Artist added to the axes using this method are not taken into
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'Artist' -> 'Artists'

@tacaswell tacaswell closed this Jun 3, 2014
@tacaswell tacaswell deleted the add_artist_doc branch June 3, 2014 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants