我正在用Matplotlib繪制兩個子圖,基本上如下:subplot(211); imshow(a); scatter(..., ...)subplot(212); imshow(b); scatter(..., ...)我可以在這兩個子圖之間畫線嗎?我該怎么做? 查看完整描述