{enumerate}命令 {enumerate}产生带需要的编号,默认是采用数字1,2,3……进行排列。如果你想用其他排列方式例如(1),(2)…的话需要先加载\usepackage{enumerate},然后再使用。分别输入如下代码使用默认和自定义的编号方式进行编号;编译输出后可以看到默认的使用1,2,3等数字进行编号,而使用(1)的依次使用(1),(2),...
11),data)fori,tickinenumerate(ax.xaxis.get_major_ticks()):ifi%2==0:# 只为偶数位置的刻度设置标签tick.set_label(f'Even{i}- How2matplotlib.com')else:tick.set_label('')# 奇数位置的刻度不显示标签plt.show()
Matplotlib支持在标签中使用LaTeX格式,这对于显示数学公式特别有用。 importmatplotlib.pyplotaspltimportnumpyasnp x=np.linspace(0,10,100)y=np.sin(x)fig,ax=plt.subplots()line,=ax.plot(x,y)line.set_label(r'y = \sin(x) - how2matplotlib.com')ax.legend()plt.title('Sine Wave with LaTeX...
forked fromOI-wiki/OI-wiki NotificationsYou must be signed in to change notification settings Fork0 Star0 Files add-semantic-label .github docs scripts .bashrc .clang-format .gitattributes .gitignore .gitpod.yml .mergify.yml .prettierrc