trevismd / statannotations

add statistical significance annotations on seaborn plots. Further development of statannot, with bugfixes, new features, and a different API.
Other
624 stars 67 forks source link

AttributeError: 'SubFigure' object has no attribute 'get_dpi' #63

Open M-Hisham opened 2 years ago

M-Hisham commented 2 years ago

when using matplotlib SubFigures, this error is produced.

AttributeError: 'SubFigure' object has no attribute 'get_dpi'

avoiding subfigure is the only way to avoid that error

ericaweng commented 1 year ago

Same issue.