{"id":23029704,"url":"https://github.com/antononcube/wl-mosaicplot-paclet","last_synced_at":"2026-01-16T00:45:47.283Z","repository":{"id":185392946,"uuid":"631046084","full_name":"antononcube/WL-MosaicPlot-paclet","owner":"antononcube","description":"Wolfram Language (aka Mathematica) paclet for mosaic plots over datasets or lists of records.","archived":false,"fork":false,"pushed_at":"2023-04-23T14:03:46.000Z","size":1494,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-08T11:13:21.253Z","etag":null,"topics":["data-analysis","machine-learning","mosaic","mosaic-plots"],"latest_commit_sha":null,"homepage":"https://resources.wolframcloud.com/PacletRepository/resources/AntonAntonov/MosaicPlot/","language":"Mathematica","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/antononcube.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-04-21T19:34:23.000Z","updated_at":"2023-04-22T01:08:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"94d11dbd-afe2-49dd-be82-9af861ac0b64","html_url":"https://github.com/antononcube/WL-MosaicPlot-paclet","commit_stats":null,"previous_names":["antononcube/wl-mosaicplot-paclet"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antononcube%2FWL-MosaicPlot-paclet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antononcube%2FWL-MosaicPlot-paclet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antononcube%2FWL-MosaicPlot-paclet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antononcube%2FWL-MosaicPlot-paclet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antononcube","download_url":"https://codeload.github.com/antononcube/WL-MosaicPlot-paclet/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246886503,"owners_count":20849878,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-analysis","machine-learning","mosaic","mosaic-plots"],"created_at":"2024-12-15T14:16:50.760Z","updated_at":"2026-01-16T00:45:47.248Z","avatar_url":"https://github.com/antononcube.png","language":"Mathematica","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MosaicPlot WL paclet\n\nWolfram Language (aka Mathematica) paclet for mosaic plots over datasets or lists of records.\n\nThe [paclet](https://resources.wolframcloud.com/PacletRepository/resources/AntonAntonov/MosaicPlot/) \nprovides the function MosaicPlot that summarizes the conditional probabilities \nof co-occurrence of categorical values in a Dataset object or a list of records of the same length.\n\n- If a list of records is given to MosaicPlot then the list is assumed to be a full array and the columns to represent categorical values.\n\n- Note, that if a column is numerical, but has a small number of different values then it can be seen as categorical.\n\n- This paclet is based in the paclet \n[\"AntonAntonov/TriesWithFrequencies\"](https://resources.wolframcloud.com/PacletRepository/resources/AntonAntonov/TriesWithFrequencies/).\n\nHere is example code:\n\n```mathematica\ndsTitanic = ResourceFunction[\"ExampleDataset\"][{\"MachineLearning\", \"Titanic\"}];\ndsTitanic[1 ;; -1 ;; 300]\n\nMosaicPlot[dsTitanic[All, {4, 3, 1}]]\n```\n\n![](./Documentation/Diagrams/MosaicPlot-paclet-headline-image.png)\n\n------- \n\n## Reference\n\n### Articles\n\n[AA1] Anton Antonov,\n[\"Mosaic plots for data visualization\"](https://mathematicaforprediction.wordpress.com/2014/03/17/mosaic-plots-for-data-visualization/),\n(2014),\n[MathematicaForPrediction at WordPres](https://mathematicaforprediction.wordpress.com/).\n\n[AA2] Anton Antonov,\n[\"Enhancements of MosaicPlot\"](https://mathematicaforprediction.wordpress.com/2014/03/24/enhancements-of-mosaicplot/),\n(2014),\n[MathematicaForPrediction at WordPres](https://mathematicaforprediction.wordpress.com/).\n\n### Packages, paclets\n\n[AAp1] Anton Antonov,\n[TriesWithFrequencies WL paclet](https://resources.wolframcloud.com/PacletRepository/resources/AntonAntonov/TriesWithFrequencies/),\n(2023),\n[Wolfram Language Paclet Repository](https://resources.wolframcloud.com/PacletRepository/).\n\n[AAp2] Anton Antonov,\n[TriesWithFrequencies Mathematica package](https://github.com/antononcube/MathematicaForPrediction/blob/master/MosaicPlot.m),\n(2014-2018),\n[MathematicaForPrediction at GitHub](https://github.com/antononcube/MathematicaForPrediction).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantononcube%2Fwl-mosaicplot-paclet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantononcube%2Fwl-mosaicplot-paclet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantononcube%2Fwl-mosaicplot-paclet/lists"}