A、imaginable
B、imaginative
C、imaginary
D、imagination
第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题:
在实际的工作计划制定过程中,主要采用三种方法:“基于项目(Project-based)”,“基于流程(Process-based)”和基于时间(Time-based)。
第4题:
A.resize_event()
B.scroll_event()
C.figure_leave_event()
D.figure_enter_event()
第5题:
一个figure(图)可以包含多个axes(坐标系),但是一个axes只能属于一个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函数