seaborn.set_color_codes seaborn.set_color_codes seaborn . set_color_codes ( palette = 'deep' ) Change how matplotlib color shorthands are interpreted. Calling this will ch...
seaborn.PairGrid.map_upper seaborn.PairGrid.map_upper PairGrid . map_upper ( func , ** kwargs ) Plot with a bivariate function on the upper diagonal subplots. 参数:func :c...
seaborn.PairGrid.map_diag seaborn.PairGrid.map_diag PairGrid . map_diag ( func , ** kwargs ) Plot with a univariate function on each diagonal subplot. 参数:func :callable ...
seaborn.PairGrid.map_offdiag seaborn.PairGrid.map_offdiag PairGrid . map_offdiag ( func , ** kwargs ) Plot with a bivariate function on the off-diagonal subplots. 参数:fun...