I can’t _________ what he was hinting at.
A、figure
B、figure out
C、figure up
D、figure at
第1题:
A.resize_event()
B.figure_enter_event()
C.scroll_event()
D.figure_leave_event()
第2题:
A.figure_leave_event()
B.resize_event()
C.figure_enter_event()
D.scroll_event()
第3题:
一个figure(图)可以包含多个axes(坐标系),但是一个axes只能属于一个figure。
第4题:
A.resize_event()
B.scroll_event()
C.figure_leave_event()
D.figure_enter_event()
第5题:
图形窗口显示网格的命令是()。
A.hold on
B.box on
C.grid on
D.figure
第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函数