UpSetPlot
UpSetPlot copied to clipboard
module 'matplotlib.cbook' has no attribute '_safe_first_finite'
from upsetplot import generate_counts
example = generate_counts()
example
from upsetplot import plot
plot(example) # doctest: +SKIP
Running this example code gives the following error:
AttributeError: module 'matplotlib.cbook' has no attribute '_safe_first_finite'
I am on pandas: 1.5.3 matplotlib: 3.8.3