MCPcopy Create free account
hub / github.com/shapely/shapely / _default_ax

Function _default_ax

shapely/plotting.py:13–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11
12
13def _default_ax():
14 import matplotlib.pyplot as plt
15
16 ax = plt.gca()
17 ax.grid(True)
18 ax.set_aspect("equal")
19 return ax
20
21
22def _path_from_polygon(polygon):

Callers 3

plot_polygonFunction · 0.85
plot_lineFunction · 0.85
plot_pointsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…