上一页 1 ··· 57 58 59 60 61 62 63 64 65 ··· 68 下一页
摘要: 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 寻找繁星 阅读(29) 评论(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 寻找繁星 阅读(91) 评论(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 寻找繁星 阅读(241) 评论(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 寻找繁星 阅读(1486) 评论(0) 推荐(1)
摘要: title: 配色 date: 2023-11-17 16:18:38 tags: 配色教程:https://chartio.com/learn/charts/how-to-choose-colors-data-visualization/ matplotlib 默认的蓝色叫C0: https:// 阅读全文
posted @ 2024-09-28 13:06 寻找繁星 阅读(43) 评论(0) 推荐(0)
摘要: title: matplotlib学习笔记 date: 2023-10-18 19:28:00 tags: {% post_link Draw/'matplotlib: **kwargs: .Text properties can be used to control the appearance 阅读全文
posted @ 2024-09-28 13:06 寻找繁星 阅读(43) 评论(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 寻找繁星 阅读(1727) 评论(0) 推荐(0)
摘要: title: gimp常见操作 date: 2021-08-13 19:35:48 基础概念 通道:https://www.360docs.net/doc/6a8331325.html 图层:GIMP中的一个工程可以有多个图层,图层按顺序堆叠,透过上面的图层的透明部分可以看到下面的图层。 裁剪出指定 阅读全文
posted @ 2024-09-28 13:06 寻找繁星 阅读(200) 评论(0) 推荐(0)
摘要: title: GIMP移动图层到指定位置 date: 2021-11-26 11:15:52 tags: 选中图层,右边可以看到这个图层被选中了: 在右边右键这个图层,弹出菜单: 选择第一个编辑图层属性,这里就可以调整坐标了: 阅读全文
posted @ 2024-09-28 13:06 寻找繁星 阅读(335) 评论(0) 推荐(0)
摘要: title: ggplot分组柱形图调整legend的大小 date: 2020-11-20 20:29:04 参考:https://www.cnblogs.com/emanlee/p/5373649.html 先放一个gallery里的例子 # library library(ggplot2) # 阅读全文
posted @ 2024-09-28 13:06 寻找繁星 阅读(102) 评论(0) 推荐(0)
上一页 1 ··· 57 58 59 60 61 62 63 64 65 ··· 68 下一页