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.
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_axesfunction.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.