更多“I can’t _________ what he was hinting at.A、figureB、figure outC、figure upD、figure at ”相关问题
  • 第1题:

    画布大小改变时触发的事件()。

    A.resize_event()

    B.figure_enter_event()

    C.scroll_event()

    D.figure_leave_event()


    正确答案:A

  • 第2题:

    鼠标离开图形时触发的事件()。

    A.figure_leave_event()

    B.resize_event()

    C.figure_enter_event()

    D.scroll_event()


    正确答案:A

  • 第3题:

    一个figure(图)可以包含多个axes(坐标系),但是一个axes只能属于一个figure。


  • 第4题:

    鼠标进入图形时触发的事件()。

    A.resize_event()

    B.scroll_event()

    C.figure_leave_event()

    D.figure_enter_event()


    正确答案:D

  • 第5题:

    图形窗口显示网格的命令是()。

    A.hold on

    B.box on

    C.grid on

    D.figure


    B

  • 第6题:

    绘制多个子图的正确方法是_________。

    A.导入matplotlib.pyplot库,创建figure对象,调用figure.subplot函数

    B.导入pandas.pyplot库,创建figure对象,调用figure.subplot函数

    C.导入pandas.pyplot库,创建figure对象,调用figure.add_subplot函数

    D.导入matplotlib.pyplot库,创建figure对象,调用figure.add_subplot函数


    导入matplotlib.pyplot库,创建figure对象,调用figure.add_subplot函数