Skip to content
Snippets Groups Projects
Commit 9cbfb9a4 authored by Rudolf, Michael's avatar Rudolf, Michael
Browse files

Check for existing data before trying to plot to avoid warnings

parent 4c28b03d
No related branches found
No related tags found
No related merge requests found
......@@ -670,6 +670,7 @@ def geology_map(
suffix=f"_{row[1].group:05}",
out_folder=shp_path,
)
if fault_data:
fault_data.plot(ax=ax, color="k")
# Formatting and other stuff
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment