摘要:
本文记述了若干常用的 Vi 和 Vim 配置项。 配置项 含义 缩略名和反项名 set shiftwidth=4 缩进的宽度 set sw=4 set expandtab 将 tab 符转换为空格符 set noexpandtab, set et, set noet set softtabstop= 阅读全文
摘要:
本文摘译了《Matplotlib_3.3.4.pdf》 的 User‘s Guide > Tutorials > Introductory 中关于 Matplotlib 的若干基本概念,如下。 Matplotlib graphs your data on Figures, each of which 阅读全文