caf.viz.subplots#

Functionality for helping creating figures with subplots.

Functions

grid_plot(func, plot_args, **subplots_kwargs)

Plot subplots in a grid, axes plots are created using func.

subplotter(func, plot_args, nrows, ncols, ...)

Plot subplots in a grid, axes plots are created using func.

Classes

Any(*args, **kwargs)

Special type indicating an unconstrained type.

Callable()