subplots onto a basemap
问题 I have a map of the UK and 121 locations, each with 3 values. I would like to plot a little bar graph of the three values at each of the 121 locations. Currently, the values are plotted as the markersize attribute, which looks like this: Trypophobic_Plot made with the following code: (simplified massively) fig, ax = plt.subplots() ax = Basemap(llcrnrlat= 46.351611, llcrnrlon= -11.543011, urcrnrlat= 60.417133, urcrnrlon= 6.2743413, resolution='i', projection='tmerc', lon_0=-2, lat_0=49) #Draw