-
Notifications
You must be signed in to change notification settings - Fork 0
/
思维导图.tex
63 lines (59 loc) · 2.14 KB
/
思维导图.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
\smartdiagram[bubble diagram]{
Pandoc,
编程语言~\\ (Python\\R/Julia\\JavaScript),
编译引擎~\\ (Jupyter\\Knitr\\Observable),
扩展Pandoc~\\ (交叉引用\\悬浮引用\\布局面板),
文档项目~\\ (批量渲染\\共享配置),
扩展接口~\\ (RStudio\\VS Code\\JupyterLab)
}
\smartdiagram[descriptive diagram]{
{编程语言, {Python、R、Julia、JavaScript}},
{编译引擎, {Jupyter、Knitr、Observable}},
{扩展Pandoc, {交叉引用、悬浮引用、布局面板}},
{文档项目, {批量渲染、共享配置}},
{扩展接口, {RStudio、VS Code、JupyterLab}},
}
\begin{tikzpicture}[
mindmap, every node/.style=concept, concept color=orange, text=white,
level 1/.append style={level distance=5cm, sibling angle=60, font=\LARGE},
level 2/.append style={level distance=3.5cm, sibling angle=45, font=\large}
]
\node{\huge{\textsf{数据分析}}} [clockwise from=60]
child [concept color=DarkMagenta] {
node {\textit{数据准备}} [clockwise from=120]
child { node {数据对象}}
child { node {数据获取}}
child { node {数据清洗}}
child { node {数据操作}}
}
child [concept color=DarkBlue] {
node {\textit{数据探索}} [clockwise from=30]
child { node {ggplot2 入门}}
child { node {基础图形}}
child { node {统计图形}}
}
child [concept color=Brown] {
node {\textit{数据交流}} [clockwise from=-30]
child { node {交互图形}}
child { node {交互表格}}
child { node {交互应用}}
}
child [concept color=teal] {
node {\textit{统计分析}} [clockwise from=-75]
child { node {统计检验}}
child { node {回归分析}}
child { node {功效分析}}
}
child [concept color=purple] {
node {\textit{数据建模}} [clockwise from=-120]
child { node {网络分析}}
child { node {文本分析}}
child { node {时序分析}}
}
child [concept color=DarkGreen] {
node {\textit{优化建模}} [clockwise from=180]
child { node {统计计算}}
child { node {数值优化}}
child { node {优化问题}}
};
\end{tikzpicture}