currently_active
File Purpose: manage currently active figure, axs, etc.
Functions
tells whether there is a "current" axes. |
|
returns whether the current axes has any data plotted on it. |
|
returns current axes, or None if there is no "current axes". |
|
tells whether there is a "current" figure. |
|
returns current figure, or None if there is no "current figure". |
|
tells whether there is a "current" image. |
|
returns current image, or None if there is no "current image". |
|
|
returns context manager which (if enabled) restores current axes upon exit. |
|
returns context manager which (if enabled) restores current figure upon exit. |
|
returns context manager which (if enabled) restores current image upon exit. |
|
returns context manager which restores current figure, axes, image upon exit. |
|
returns context manager which sets current axes upon entry; restores upon exit. |
|
returns context manager which sets current figure upon entry; restores upon exit. |
|
returns context manager which sets current image upon entry; restores upon exit. |
|
returns context manager which sets values for "current" figure, axes, image upon entry; restores upon exit. |
Classes
|
context manager which restores current figure, axes, image upon exit. |
|
context manager which sets values for "current" figure, axes, image upon entry; restores upon exit. |