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

Think about how to save axes information when making multiple figures. #17

Open
scfleming opened this issue Aug 7, 2014 · 1 comment

Comments

@scfleming
Copy link
Collaborator

Currently the software will generate n plots, doing the various calculations n times. This is because I couldn't figure out a way to get multiple matplotlib figure instances to use the same axes instances, and from what I read it's not terribly easy to do. I think I would need to completely refactor plotspec to operate on axes objects instead of figure objects, so pushing this to a later build. It could improve run time by a linear amount though.

@scfleming scfleming self-assigned this Aug 7, 2014
@scfleming scfleming modified the milestone: v1.1 Aug 7, 2014
@scfleming
Copy link
Collaborator Author

This is somewhat minimized now that a lot of the plot metrics code is moved out of plotspec and into its own function, but it's still worth thinking about...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant