Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
Mosaic plots for datasets and lists of records
Contributed by: Anton Antonov
The paclet provides the function MosaicPlot that summarizes the conditional probabilities of co-occurrence of the categorical values in a Dataset object or a list of records of the same length.
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall["AntonAntonov/MosaicPlot"]
To load the code after installation, evaluate this code:
Needs["AntonAntonov`MosaicPlot`"]