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

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -