MCPcopy Index your code
hub / github.com/shapely/shapely / minimum_rotated_rectangle.py

File minimum_rotated_rectangle.py

docs/code/minimum_rotated_rectangle.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import matplotlib.pyplot as plt
2from shapely.geometry import MultiPoint, LineString
3from shapely.plotting import plot_polygon, plot_line, plot_points
4

Callers

nothing calls this directly

Calls 6

MultiPointClass · 0.90
plot_pointsFunction · 0.90
plot_polygonFunction · 0.90
set_limitsFunction · 0.90
LineStringClass · 0.90
plot_lineFunction · 0.90

Tested by

no test coverage detected