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 title

  • vmin (Optional[float]) – seaborn.heatmap parameters. Values to anchor the colormap. If None, drawn from data

  • vmax (Optional[float]) – seaborn.heatmap parameters. Values to anchor the colormap. If None, drawn from data

  • margins (bool) – pd.pivot_table parameter. Should row and column sums be included.

Return type:

None