transbigdata.plot_map

transbigdata.plot_map(plt, bounds, zoom='auto', style=0, printlog=False)

Plot the basemap

Parameters:
  • plt (matplotlib.pyplot) – Where to plot

  • bounds (List) – The drawing boundary of the base map, [lon1,lat1,lon2,lat2] (WGS84 coordinate system), where lon1 and lat1 are the coordinates of the lower left corner and lon2 and lat2 are the coordinates of the upper right corner

  • zoom (number) – The larger the magnification level of the base map, the longer the loading time. Generally, the range for a single city is between 12 and 16

  • printlog (bool) – Show log

  • style (number) – The style of map basemap can be 1-10, as follows