ValueError: Unexpected option 'height' for Points type when using the 'matplotlib' extension. No similar options found

55 Views Asked by At

I am trying to do this project in the link. But various errors first concerning the library installation to now this value error. I am writing the code as how it is shown in this link. But unable to run.

First error:

Unexpected option 'height' for Points type when using the 'matplotlib' extension. No similar options found.

Second error:

ValueError: zero-size array to reduction operation minimum which has no identity

Link: https://towardsdatascience.com/interactive-geospatial-data-visualization-with-geoviews-in-python-7d5335c8efd1

[![

zero-size array to reduction operation minimum which has no identity

https://i.stack.imgur.com/4I6nc.png)](https://i.stack.imgur.com/4I6nc.png)

[![

Unexpected option 'height' for Points type when using the 'matplotlib' extension. No similar options found.

](https://i.stack.imgur.com/kJrEK.png)](https://i.stack.imgur.com/kJrEK.png)

I have tried writing same code in the link which is provided. I even tried using a different dataset but everything seemed to be not working. These codes are important while doing a GIS problem.

0

There are 0 best solutions below