I'm using scipy 0.16.0 on a Windows 8.1 machine and getting an unexpected keyword error when I try to run the dendrogram() function from scipy with passed settings for 'ax' or 'above_threshold_color'. Here's the error:
TypeError: dendrogram() got an unexpected keyword argument 'above_threshold_color'
This is despite the fact that both 'ax' and 'above_threshold_color' are clearly indicated as potential keyword arguments in the documents which can be found here. I don't absolutely have to use these variables but I don't understand why just these two are causing me problems. My only idea was that a certain mixture of settings could potentially cause an error in the graphing, but there is no indication of this in the documentation. Is it just a bug?