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