rfwtools.visualize.heatmap.show_fault_cavity_count_by_zone

rfwtools.visualize.heatmap.show_fault_cavity_count_by_zone(data, zones, dt_breaks=None)[source]

Creates a set of grids of heat maps (one per zone) which shows the count of fault/cavity combinations.

Parameters:
  • data (DataFrame) – DataFrame containing fault information. Required columns are ‘fault_label’, ‘cavity_label’, ‘zone’, (all category dtype), and ‘dtime’ of type datetime

  • zones (List[str]) – A list of strings of the zones to show in the heat map grid

  • dt_breaks (Optional[List[datetime]]) – A list of datetime objects to use a break points in a series of produced plots

Return type:

None