3.6.8. statsmodels.graphics.mosaicplot¶
Create a mosaic plot from a contingency table.
It allows to visualize multivariate categorical data in a rigorous and informative way.
see the docstring of the mosaic function for more informations.
3.6.8.1. Functions¶
iteritems(obj, **kwargs) |
replacement for six’s iteritems for Python2/3 compat |
iterkeys(obj, **kwargs) |
|
itervalues(obj, **kwargs) |
|
mosaic(data[, index, ax, horizontal, gap, ...]) |
Create a mosaic plot from a contingency table. |