SwanHubX / SwanLab

⚡️SwanLab: your ML experiment notebook. 你的AI实验笔记本,跟踪与可视化你的机器学习全流程
https://swanlab.cn
Apache License 2.0
411 stars 38 forks source link

Add support for Matplotlib styles for scientific figures #376

Open KashiwaByte opened 6 months ago

KashiwaByte commented 6 months ago

🤩 Features description [Please make everyone to understand it]

Hope Swanlab can add support for Matplotlib styles for scientific figures, so that researchers can get figures that fit the journal or conference.

👍 What problem does this feature solve

easily get figures that fit the journal or conference.

👾 What does the proposed API look like

plt.style.use(['science','ieee'])

🚑 Any additional [like screenshots]

image

Zeyi-Lin commented 5 months ago

swanlab.Table开发完成后,会在之后开发swanlab.Plot,将重点针对这种自由定义横纵坐标的图表类型。