This commit is contained in:
Tobias Radloff 2025-12-09 12:19:17 +01:00
parent 2466f81541
commit ef8749ff59

View File

@ -5,7 +5,7 @@
# requires Python package "shapely":
# python -m venv .venv
# . .venv/bin/activate
# pip install shapely
# pip install shapely matplotlib
from shapely import *
import matplotlib.pyplot as plt