- 0
- 0
- 约5.99千字
- 约 14页
- 2026-08-07 发布于福建
- 举报
第PAGE页共NUMPAGES页
2026年Python数据可视化MatplotlibSeaborn数据可视化题目集
一、选择题(每题2分,共10题)
说明:以下题目主要考察Matplotlib和Seaborn的基础绘图功能及参数设置,适用于金融行业数据分析师岗位。
1.在Matplotlib中,如何设置图表的标题和坐标轴标签?
A.`plt.title()`,`plt.xlabel()`,`plt.ylabel()`
B.`figure.title()`,`axis.xlabel()`,`axis.ylabel()`
C.`plot.title()`,`xaxis.label()`,`yaxis.label()`
D.`set_title()`,`set_xlabel()`,`set_ylabel()`
2.使用Seaborn绘制箱线图时,如何调整填充颜色?
A.`color=red`
B.`fill_color=red`
C.`facecolor=red`
D.`edgecolor=red`
3.在Matplotlib中,如何创建子图(subplot)?
A.`plt.subplots()`
B.`plt.subplot()`
C.`plt.subplots_adjust()`
D.`plt.subplot2grid(
原创力文档

文档评论(0)