Skip to content
This repository has been archived by the owner on Jun 16, 2018. It is now read-only.

Fix adjustable datalim draw #179

Merged
merged 1 commit into from
Sep 11, 2015
Merged

Conversation

astrofrog
Copy link
Owner

In cases where the user has adjustable=‘datalim’, the limits of the axes can change between draws. However, the limits returned by xlim and ylim are only re-computed inside Axes.draw, so when we update the patch, we are not using the latest limits. We now run the same code as in Axes.draw to make sure that we are using the latest limits.

…xes can change between draws. However, the limits returned by xlim and ylim are only re-computed inside Axes.draw, so when we update the patch, we are not using the latest limits. We now run the same code as in Axes.draw to make sure that we are using the latest limits.
astrofrog added a commit that referenced this pull request Sep 11, 2015
@astrofrog astrofrog merged commit 844e5f4 into master Sep 11, 2015
astrofrog added a commit that referenced this pull request Nov 28, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant