html_url,issue_url,id,node_id,user,created_at,updated_at,author_association,body,reactions,performed_via_github_app,issue https://github.com/pydata/xarray/issues/779#issuecomment-191097202,https://api.github.com/repos/pydata/xarray/issues/779,191097202,MDEyOklzc3VlQ29tbWVudDE5MTA5NzIwMg==,109167,2016-03-02T06:55:37Z,2016-03-02T07:32:14Z,CONTRIBUTOR,"Mosaic plots are not so rare and widely used for categorical display. I suggest reading https://en.wikipedia.org/wiki/Mosaic_plot https://www.perceptualedge.com/articles/visual_business_intelligence/are_mosaic_plots_worthwhile.pdf http://www.theusrus.de/blog/understanding-mosaic-plots/ and http://www.datavis.ca/papers/moshist.pdf ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,137517563 https://github.com/pydata/xarray/issues/779#issuecomment-190809686,https://api.github.com/repos/pydata/xarray/issues/779,190809686,MDEyOklzc3VlQ29tbWVudDE5MDgwOTY4Ng==,109167,2016-03-01T16:54:56Z,2016-03-01T16:55:24Z,CONTRIBUTOR,"Converting to Pandas Series with hierachical index seems to help: ``` python mosaic(hair_eye_color.data.to_series()) ``` ![python_mosaic_haireyecolor_with_names](https://cloud.githubusercontent.com/assets/109167/13434448/308251a4-dfd6-11e5-9666-021056dfa6a2.png) ``` python mosaic(titanic.data.to_series()) ``` ![python_mosaic_titanic_with_names](https://cloud.githubusercontent.com/assets/109167/13434456/3748de72-dfd6-11e5-88fb-2a9be4c263c6.png) It's not a clear as R mosaic plot... but that's not so bad. What is your opinion about adding a `mosaic` plot method ? ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,137517563