通常使用import matplotlib.pyplot as plt语句导入库,用plt作为matplotlib.pyplot模块的别名。
举一反三
- 可以正确引入matplotlib库中的pyplot模块的方式是()。 A: import matplotlib as pyplot B: import pyplot as matplotlib C: import matplotlib.pyplot as plt D: import pyplot.matplotlib as plt
- 通常使用import matplotlib.pyplot as plt语句导入库,用plt作为matplotlib.pyplot模块的别名。
- 语句from matplotlib import pyplot as plt有错误,不能导入matplotlib库中的pyplot模块。
- Matplotlib中的pyplot子库可用来快速绘制二维图表,可使用import matplotlib.pyplot as plt语句来导入该模块。 A: 正确 B: 错误
- 下面语句中pyplot是什么含义?import matplotlib.pyplot as plt A: matplotlib的子库 B: matplotlib的子函数 C: matplotlib的类 D: matplotlib的方法