我正在使用Matplotlib绘制两个子图,主要是:
subplot(211); imshow(a); scatter(..., ...) subplot(212); imshow(b); scatter(..., ...)
我可以在这两个子图之间画线吗?我该怎么办?
python matplotlib
matplotlib ×1
python ×1