You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have been using this package for quite some time but came back to it more recently to find it broken when trying to plot violin plot with Seaborn
I have tried with Seaborn 0.13 and Pandas 2.1.1, which got me this error (see below), then downgraded Seaborn 0.11.2 and Pandas 1.5.3, same error, even created another conda env with just the required package (Seaborn 0.11.2 and Pandas 1.5.3) and still gets me the same error message
It seems that Seaborn has removed the use of _ViolinPlotter in categorical.py
A solution would be to update this package to actual versions of Seaborn and Pandas, which both received important updates and because it's the only stats annotator package on Python, or at least update the calling names for Seaborn plots
Hi,
I have been using this package for quite some time but came back to it more recently to find it broken when trying to plot violin plot with Seaborn
I have tried with
Seaborn 0.13
andPandas 2.1.1
, which got me this error (see below), then downgradedSeaborn 0.11.2
andPandas 1.5.3
, same error, even created another conda env with just the required package (Seaborn 0.11.2
andPandas 1.5.3
) and still gets me the same error messageIt seems that Seaborn has removed the use of
_ViolinPlotter
incategorical.py
A solution would be to update this package to actual versions of Seaborn and Pandas, which both received important updates and because it's the only stats annotator package on Python, or at least update the calling names for Seaborn plots
Cheers!
The text was updated successfully, but these errors were encountered: