Skip to content

Commit 5b03c7c

Browse files
committed
docs: reorder module list and update installation section formatting
1 parent de8e19d commit 5b03c7c

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
项目采用模块化设计,包含如下主要功能模块:
1111

1212
- `bar.py`:条形图绘制,适用于分组数据的对比展示。
13-
- `correlation.py`:相关性矩阵可视化,便于分析变量间的相关性分布。
1413
- `matrix.py`:通用矩阵可视化,支持多种配色和注释方式。
15-
- `brain_surface.py`脑表面可视化,实现三维脑表面图集结构的绘制
14+
- `correlation.py`相关性矩阵可视化,便于分析变量间的相关性分布
1615
- `circos.py`:弦图可视化,适合平面展示脑区之间的连接关系。
16+
- `brain_surface.py`:脑表面可视化,实现三维脑表面图集结构的绘制。
1717
- `brain_connection.py`:玻璃脑连接可视化,支持复杂的脑网络结构展示。
1818

1919
## 特性

docs/installation.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
# 安装
22

3-
## 安装方式
43

54
`plotfig` 支持通过 `pip` 或源码安装,要求 Python 3.11 及以上版本。
65

7-
### 使用 pip 安装 (推荐)
6+
## 使用 pip 安装 (推荐)
87

98
```bash
109
pip install plotfig
1110
```
1211

13-
### 使用 GitHub 源码安装
12+
## 使用 GitHub 源码安装
1413

1514
```bash
1615
git clone --depth 1 https://github.com/RicardoRyn/plotfig.git

0 commit comments

Comments
 (0)