返回 Skill 列表
extension
分类: 开发与工程无需 API Key

plotting

创建出版质量的科学图表。在制作图表或可视化时使用。应用tueplots TMLR样式,LaTeX渲染,无标题。

person作者: jakexiaohubgithub

Scientific Plotting

from tueplots import bundles
import matplotlib.pyplot as plt

plt.rcParams.update(bundles.tmlr2023())
plt.rcParams.update({"text.usetex": True})

No titles. Save as PDF with bbox_inches="tight".

Use latex to render formula

plt.plot(x,y,label=r"$\sigma$)