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

Skip to content

slow_update #549

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 1 commit into from
Closed

slow_update #549

wants to merge 1 commit into from

Conversation

mdboom
Copy link
Member

@mdboom mdboom commented Oct 21, 2011

Fix a performance issue by only updating ticks for axes that have changed since the last call to _update_ticks

@mdboom mdboom mentioned this pull request Oct 21, 2011
@mdboom
Copy link
Member Author

mdboom commented Nov 8, 2011

@efiring -- I believe this was in response to a mailing list thread you commented on. Does this address your issue? Any thoughts?

@efiring
Copy link
Member

efiring commented Nov 8, 2011

Mike, it doesn't seem to help at all with the OP's problem. Try this in interactive mode:

fig, axs = subplots(10,10) # or use (5,5) if your machine is slower, like mine

Then try using pan/zoom on one of the subplots. It seems as sluggish with your changeset as without.

@mdboom
Copy link
Member Author

mdboom commented Nov 8, 2011

Very odd. It makes a huge difference for me. Which backend?

@efiring
Copy link
Member

efiring commented Nov 8, 2011

I've tried gtkagg, tkagg, qt4agg, wxagg. I just don't see a difference. Strange, indeed.

@WeatherGod
Copy link
Member

Should we pull this one in, or did we want to investigate further?

@mdboom
Copy link
Member Author

mdboom commented May 14, 2012

I think no -- it doesn't seem to solve the original issue for everyone and adds complexity that would be nice not to have unless there is some benefit. I'll open a new issue with a reference to the original mailing list request, though.

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.

3 participants