题目 |
题目类型 |
操作 |
以下关于直方图和柱状图的区别,正确的是?(多选) |
普通多选题 |
去答题
|
制作分析图应该考虑的因素有( )(多选) |
普通多选题 |
去答题
|
制作分析图应该考虑的因素有()(多选) |
普通多选题 |
去答题
|
在matplotlib中line代表的是什么图形 |
普通选择题 |
去答题
|
在matplotlib中pie代表的是什么图形 |
普通选择题 |
去答题
|
在matplotlib中bar代表的是什么图形 |
普通选择题 |
去答题
|
作为零售百货企业,以下哪个图可以有效地提供不同商品的销售和趋势情况() |
普通选择题 |
去答题
|
ax.set_theta_direction (-1)作用是 |
普通选择题 |
去答题
|
import matplotlib.pyplot as plt,在使用plt中的画图函数时,使用pl... |
普通选择题 |
去答题
|
inport seaborn as sns 想要使用Seaborn对某连续型变量同时画出直方图和核密... |
普通选择题 |
去答题
|
matplotlib中,plt.plot()绘制的是什么图形( ) |
普通选择题 |
去答题
|
plt.bar(position, Female['nstudent'], label='Femal... |
普通选择题 |
去答题
|
plt.figure(figsize=(12,8)) 的作用是 |
普通选择题 |
去答题
|
plt.grid() |
普通选择题 |
去答题
|
plt.legend(fontsize=20)的作用是 |
普通选择题 |
去答题
|
plt.pie函数中,参数labeldistance的作用是设置 |
普通选择题 |
去答题
|
plt.title('This is my first graph',fontsize=24)的作用... |
普通选择题 |
去答题
|
plt.xlabel('Time',fontsize=14)的作用是 |
普通选择题 |
去答题
|
plt.xticks设置的是( ) |
普通选择题 |
去答题
|
常用什么图表来观察两列数据之间的相关关系( ) |
普通选择题 |
去答题
|