欢迎来到PP题库网 PP题库官网
logo
全部科目

单项选择题

有img0、img1、img2、img3四张图合成一张图img,现要img3呈现在img的左下角方位,下列可以实现的是()

    A.matplotlib.pyplot.subplot(222);matplotlib.pyplot.imshow(img3);matplotlib.pyplot.title(‘img’)
    B.matplotlib.pyplot.subplot(223);matplotlib.pyplot.imshow(img3);matplotlib.pyplot.title(‘img3’)
    C.matplotlib.pyplot.subplot(222);matplotlib.pyplot.imshow(img3);matplotlib.pyplot.title(‘img3’)
    D.matplotlib.pyplot.subplot(224);matplotlib.pyplot.imshow(img3);matplotlib.pyplot.title(‘img’)

点击查看答案&解析

相关考题

微信小程序免费搜题
微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题