上一页 1 ··· 55 56 57 58 59 60 61 62 63 ··· 67 下一页
摘要: title: 免启动盘安装ArchLinux date: 2022-10-08 16:59:54 tags: 本文展示了如何使用另一个已安装的Linux系统安装ArchLinux。本文以Deepin V23为例。 必要工具 这些工具ArchLinux的启动盘已经提供了。我们不用启动盘的话就得自己编译 阅读全文
posted @ 2024-09-28 13:06 寻找繁星 阅读(28) 评论(0) 推荐(0) 编辑
摘要: title: Command \algorithmic already defined date: 2021-03-30 22:30:34 algorithmic包是比较老的包,与algpseudocode不兼容。 正确使用方法: \usepackage{algorithm} \usepackage 阅读全文
posted @ 2024-09-28 13:06 寻找繁星 阅读(56) 评论(0) 推荐(0) 编辑
摘要: title: "matplotlib: The PDF backend does not currently support the selected font." date: 2021-06-02 11:09:19 3.3.4版本的matplotlib不支持这个字体。升级到3.4.2(目前的最新版 阅读全文
posted @ 2024-09-28 13:06 寻找繁星 阅读(16) 评论(0) 推荐(0) 编辑
摘要: title: matplotlib中使用latex date: 2020-12-10 18:13:06 简单的Latex符号 使用简单的Latex符号不需要安装latex,可以直接用。比如叉乘\times: $\times$ 直接这样即可: r'Get $\times$ 16KiB' 使用完整版La 阅读全文
posted @ 2024-09-28 13:06 寻找繁星 阅读(33) 评论(0) 推荐(0) 编辑
摘要: title: matplotlib打印微秒 date: 2021-05-07 22:22:16 plt.xlabel(u"\u03bcs") plt.ylabel(u"\u03bcA") 转自:https://pythonmatplotlibtips.blogspot.com/2017/11/wri 阅读全文
posted @ 2024-09-28 13:06 寻找繁星 阅读(1) 评论(0) 推荐(0) 编辑
摘要: title: matplotlib生成没有留白的图片 date: 2021-01-01 16:58:05 plt.tight_layout(pad = 0) 如果右边界没了就 plt.tight_layout(pad = 0.1) 例子: 原来的 xx = np.arange(0, 100) yy 阅读全文
posted @ 2024-09-28 13:06 寻找繁星 阅读(13) 评论(0) 推荐(0) 编辑
摘要: title: matplotlib箱线图调整箱子的宽度 date: 2021-05-08 10:02:18 widths : array-like, default = 0.5 Either a scalar or a vector and sets the width of each box. T 阅读全文
posted @ 2024-09-28 13:06 寻找繁星 阅读(22) 评论(0) 推荐(0) 编辑
摘要: title: matplotlib设置legend坐标 date: 2021-01-01 16:21:16 使用plt.legend的loc参数。 plt.legend([str1, str2, str3], loc = [x, y]) 其中x和y默认是百分比(写成0到1的小数),设定legend的 阅读全文
posted @ 2024-09-28 13:06 寻找繁星 阅读(65) 评论(0) 推荐(0) 编辑
摘要: title: 使用国内源安装和使用Nix包管理器 date: 2023-02-04 20:18:49 tags: 本文介绍如何使用国内源(以清华源为例)在非NixOS操作系统上安装和使用Nix包管理器。 安装 # https://mirrors.tuna.tsinghua.edu.cn/help/n 阅读全文
posted @ 2024-09-28 13:06 寻找繁星 阅读(541) 评论(0) 推荐(0) 编辑
摘要: title: inkscape学习笔记 date: 2021-06-15 22:47:51 视频教程:https://www.bilibili.com/video/BV1Qf4y117Hg 常用 更改语言 Edit -> Preferences -> 选中Interface,Language设置在右 阅读全文
posted @ 2024-09-28 13:06 寻找繁星 阅读(391) 评论(0) 推荐(0) 编辑
上一页 1 ··· 55 56 57 58 59 60 61 62 63 ··· 67 下一页