Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update visualization-mode.md #1463

Merged
merged 1 commit into from
Feb 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Explorer 支持 **2D** 和 **3D** 两种可视化模式探索数据。2D 模式

| 参数 | 说明 |
| -------- | ------------------------------------------------------------ |
| 鸟瞰 | 以鸟瞰的方式展示当前图空间的所有数据(以最少 2 万点和 2 千边进行采样)。 |
| 鸟瞰 | 以鸟瞰的方式展示当前图空间的所有数据(以最少 2 万点和 2 千边进行查询)。 |
| 画质 | 高:点以球的形式展示,光影效果更好。<br />低:点以圆的形式展示,可以支持更大数据量。 |
| 重新受力 | 当不同的点重叠时,分散点与点之间的距离。 |

Expand Down