摘要: 我使用python的matplotlib包画学术论文插图时的设置,使用此设置导出的图的尺寸适合双栏排版中的一栏。 阅读全文
posted @ 2025-01-20 20:46 Ranger-boop 阅读(43) 评论(0) 推荐(0)
摘要: 代码: #include <iostream> #include <thread> void func(int n_print); int main(int argc, char* argv[]) { std::cout << "Thread_ID of main(): " << std::this 阅读全文
posted @ 2025-01-20 19:38 Ranger-boop 阅读(15) 评论(0) 推荐(0)
摘要: 使用Matplotlib画多y轴图 利用matplotlib的mpl_toolkits.axes_grid1中的host_subplot和mpl_toolkits.axisartist中的AA画有多条y轴的图。 阅读全文
posted @ 2025-01-19 20:35 Ranger-boop 阅读(54) 评论(0) 推荐(0)