登录
注册
首页
->
Python期末
下载题库
简述临时设置绘图参数的方法。
答: 利用with语句
with sns.axes_style(“darkgrid”):
plt.subplot(2,1,1)
sinplot( )
继续答题:
下一题
更多Python期末试题
1
由二进制编码指令组表示程序的程序设计语言是(__________)。