Skip to content

Commit 87578d9

Browse files
committed
Add InsetAxes class for floating overlay sub-plots with interactive controls
1 parent 6fb0084 commit 87578d9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

upcoming_changes/6.new_feature.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Added :class:`~anyplotlib.InsetAxes` — floating overlay sub-plots that sit
2+
above the main figure grid, created via :meth:`~anyplotlib.Figure.add_inset`
3+
and supporting all plot types (:meth:`~anyplotlib.Axes.imshow`,
4+
:meth:`~anyplotlib.Axes.plot`, :meth:`~anyplotlib.Axes.pcolormesh`, etc.)
5+
as well as interactive minimise, maximise, and restore states.
6+

0 commit comments

Comments
 (0)