tasi.plotting.BoundingboxPlotter.plot#
- BoundingboxPlotter.plot(ax, center=None, zoom=1, show_attribution=True, attribution_kwargs=None, **kwargs)[source]#
Draw the tile for the center location given by
centerwithin the current extend and and zoom into the tile according to zoom.- Parameters:
ax (plt.Axes) – The axes to plot onto.
center (Tuple[float, float]) – The plotting center
zoom (float) – The zoom value
show_attribution (bool) – To thow the attribution information. Defaults to True.
- Raises:
ValueError – If the zoom value is not within (0,1).