rfwtools.visualize.heatmap.heatmap_cavity_vs_fault_label_counts
- rfwtools.visualize.heatmap.heatmap_cavity_vs_fault_label_counts(data, title=None, vmin=None, vmax=None, margins=False)[source]
Displays a heat map plot of counts of cavity/fault label pairs
- Parameters:
data (
DataFrame) – The DataFrame to use. Should conform to ExampleSet standards.title (
Optional[str]) – The chart titlevmin (
Optional[float]) – seaborn.heatmap parameters. Values to anchor the colormap. If None, drawn from datavmax (
Optional[float]) – seaborn.heatmap parameters. Values to anchor the colormap. If None, drawn from datamargins (
bool) – pd.pivot_table parameter. Should row and column sums be included.
- Return type:
None