Drawing lines between cartopy axes
问题 I have drawn two sets of axes which overlap, one being a zoomed version of the other. I want to draw lines between the corners of the zoomed axes and the corners of the rectangle it represents on the larger axes. However, the lines I'm drawing are slightly off position. I've tried to condense this into a simple example: import cartopy.crs as ccrs import matplotlib.pyplot as plt # Create a large figure: fig = plt.figure(figsize=(10, 10)) # Add an axes set and draw coastlines: ax1 = plt.axes([0