mosaicperm.panel.MosaicPanelInference.summary_plot¶
- MosaicPanelInference.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:
- fig
matplotlib.Figure The figure from the
plt.subplots()call.- ax: array of
matplotlib.Axes Axes from the
plt.subplots()call.
- fig