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

subplot views #541

Closed
tbreloff opened this issue Oct 19, 2016 · 1 comment · Fixed by #2372
Closed

subplot views #541

tbreloff opened this issue Oct 19, 2016 · 1 comment · Fixed by #2372
Labels
enhancement improving existing functionality

Comments

@tbreloff
Copy link
Member

copied from gitter:

I was actually thinking through how you would automate a floating inset subplot that shows a zoomed in area. Not hard to do manually with Plots, but might be tricky to generalize

i had a quick thought about the floating subplot thing... it might be nice to implement a "subplot view"... basically a wrapper around another subplot, which inherits all the data and attributes from the wrapped subplot, but with optional overrides
then you could create an inset floating subplot that is a zoomed-in view with one easy line of code
i think that's pretty straightforward to implement... the only thing is that I might need to add an AbstractSubplot in a few places

@tbreloff tbreloff added the enhancement improving existing functionality label Oct 19, 2016
@tbreloff
Copy link
Member Author

tbreloff commented Nov 8, 2016

An example of what I mean:

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

Successfully merging a pull request may close this issue.

1 participant