We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think it would be nice to add a tool to create insets.
I imagine there being a tool with which you can draw a box around a part of the graph, followed by pylustrator creating an inset of that part.
An illustration of what an inset looks like:
I think this shouldn't be to hard to implement since matplotlib aleady has the zoomed_inset_axes function. A demo on how to use this function can be found here: https://matplotlib.org/stable/gallery/axes_grid1/inset_locator_demo2.html
zoomed_inset_axes
I might try to create something like this for pylustrator sometime in the future.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think it would be nice to add a tool to create insets.
I imagine there being a tool with which you can draw a box around a part of the graph, followed by pylustrator creating an inset of that part.
An illustration of what an inset looks like:
I think this shouldn't be to hard to implement since matplotlib aleady has the
zoomed_inset_axes
function.A demo on how to use this function can be found here: https://matplotlib.org/stable/gallery/axes_grid1/inset_locator_demo2.html
I might try to create something like this for pylustrator sometime in the future.
The text was updated successfully, but these errors were encountered: