Python绘图一般用matplotlib,pandas等。此示例使用matplotlib设置简单python绘图的坐标轴。
PLT . RC(39 font # 39,family=#39Times New Roman#39)
1、设置坐标轴刻度字体大小
plt.xticks(fontsize=14)
(fontsize=14)
2、设置坐标轴显示范围
plt.xlim(0,1000)
plt.ylim(-3000,-400)
3、设置坐标轴粗细
Ax=plt.gca()#获取坐标轴的句柄。
斧刺[# 39底# 39]。s:时报新罗马版,
重量级39 :级39普通级39,
: 18号,
}
PLT . xlabel(# 34第34集,字体)
PLT . y label(r #34平均奖励# 34,font)
4、设置坐标轴的科学符号。
PLT . tick label _ format(axis = # 34y # 34,style=#34sci#34,scilimits=(0,0))
5、设置坐标轴以固定间隔显示刻度。
x _ major _ locator = multiple locator(15)#每15天显示一次。
y _ major _ locator = multiple locator(3)#每3个显示一次。
ax=plt.gca()
_专业_定位器(x _专业_定位器)
_专业_定位器(