UpSetPlot icon indicating copy to clipboard operation
UpSetPlot copied to clipboard

module 'matplotlib.cbook' has no attribute '_safe_first_finite'

Open sherlyn99 opened this issue 1 year ago • 0 comments

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

sherlyn99 avatar Mar 21 '24 20:03 sherlyn99