partipy.radarplot_meta_enrichment#
- partipy.radarplot_meta_enrichment(meta_enrich, color_map=None)#
- Parameters:
meta_enrich (
pd.DataFrame) – Output of meta_enrichment(), a pd.DataFrame containing the enrichment of meta categories (columns) for all archetypes (rows).color_map (None | dict, default
None) – A dictionary mapping meta categories to colors. If None, a default color palette is used.
- Returns:
plt.pyplot.Figure Radar plots for all archetypes.