我正在用Matplotlib绘制两个子图,基本上如下:subplot(211); imshow(a); scatter(..., ...)subplot(212); imshow(b); scatter(..., ...)我可以在这两个子图之间画线吗?我该怎么做? 查看完整描述