wenn ich dieses bisschen code laufen lasse:
Code: Alles auswählen
import pandas as pd
import geopandas as gpd
import matplotlib.pyplot as plt
import mplleaflet
fig, ax = plt.subplots()
bla_df.plot(
ax=ax,
column='test';
cmap='tab20',
alpha=0.7,
)
plt.show()
mplleaflet.display(fig=fig)
Ich weiß nicht, wie ich weitermachen soll.(...) self.tk.call(_flatten((self._w, cmd)) + self._options(cnf))
_tkinter.TclError: invalid command name "."
During handling of the above exception, another exception occurred:
Traceback (most recent call last): (...)
Gruß