mosaic-plot Questions
3
Solved
data("HairEyeColor")
mosaic(HairEyeColor, shade = TRUE)
Are there arguments I can use to change the labels on the margins of the resulting plot above? For instance, I'd like to change "Male" to...
Kramer asked 15/9, 2016 at 20:14
1
Solved
I have a simple pandas DataFrame, for which I would like to create a mosaic plot. Here is my code:
import pandas as pd
from statsmodels.graphics.mosaicplot import mosaic
mydata = pd.DataFrame({...
Hazard asked 24/6, 2015 at 16:16
1
© 2022 - 2024 — McMap. All rights reserved.