Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1
import
matplotlib.pyplot
as
plt
2
from
shapely.geometry
import
MultiPoint, LineString
3
from
shapely.plotting
import
plot_polygon, plot_line, plot_points
4
Callers
nothing calls this directly
Calls
6
MultiPoint
Class · 0.90
plot_points
Function · 0.90
plot_polygon
Function · 0.90
set_limits
Function · 0.90
LineString
Class · 0.90
plot_line
Function · 0.90
Tested by
no test coverage detected