huracanpy.plot.venn#

huracanpy.plot.venn(datasets, match, labels, colors=None, circle_color='k')[source]#

Plot venn diagram to compare the datasets.

Parameters:
  • datasets (list of xr.dataset) – list of the datasets compared.

  • match (pd.DataFrame) – match dataframe issued from match_pair or match_multiple.

  • labels (list of str) – labels of the datasets.

  • colors (list of str, optional) – list of colors to be used for each dataset. The default is None.

  • circle_color (str, optional) – color of the overlaid circles. The default is “k”.

Raises:

NotImplementedError – If more than three or less than two datasets are given.

Return type:

None.