mosaicperm.panel.QuadraticMosaicPanelTest.summary_plot

QuadraticMosaicPanelTest.summary_plot(show_plot=False, **subplots_kwargs)

Produces a plot summarizing the results of the test.

Parameters:
show_plotbool

If true, shows the plot.

**subplots_kwargsdict

kwargs for plt.subplots(), e.g., figsize.

Returns:
figmatplotlib.Figure

The figure from the plt.subplots() call.

ax: array of matplotlib.Axes

Axes from the plt.subplots() call.