python - TypeError: boxplot() got an unexpected keyword argument 'labels' -
i'm using ipython 3.2.0, , i'm trying use boxplot. online documentation , examples suggest keyword "labels" should exist, stated in so post, following error:
typeerror: boxplot() got unexpected keyword argument 'labels' was labels keyword removed? if so, official way legend boxplot?
the labels kwarg added in https://github.com/matplotlib/matplotlib/pull/2643, first shipped mpl v1.4.0 , still present on master.
Comments
Post a Comment