pan324 / anno1800_seedfinder

35 stars 6 forks source link

Update visualize.py #13

Closed Julien-Leos closed 1 month ago

Julien-Leos commented 1 month ago

I had an error with my matplotlib version which required to change to lowercase the backend names.

I then had warnings about "setting an item of incompatible type being deprecated and raising in a future version of panda". I found this Stackoverflow that helped me solve it by just casting the two type columns to floats.