File tree Expand file tree Collapse file tree 2 files changed +87
-41
lines changed Expand file tree Collapse file tree 2 files changed +87
-41
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : 数据演变信息的可视化
3
+ postslug : visualization_of_evolution
4
+ categores : [数据分析]
5
+ tags : [数据可视化, seaborn]
6
+ date : 2018-04-11
7
+ ---
8
+
9
+ 数据演变信息(evolution)的可视化,是为了观察同一特征变量在不同时间的值。
10
+
11
+ # 数据准备
12
+
13
+ # 时点数据与折线图(Line Chart)
14
+
15
+ ## 一个特征变量的折线图
16
+
17
+ 如果只有一个随时间变化的特征变量,最直观的方式,是以时间作为横坐标,绘制折线图。又可以分为:
18
+
19
+ - 数据点按时间均匀分布
20
+
21
+ 比如股票的分时图
22
+
23
+ - 数据点的时间分布不均匀
24
+
25
+ 如Tick图,又叫阶梯图(step chart)
26
+
27
+ ## 多个特征变量的折线图
28
+
29
+ 如果有很多个特征变量,可以在一张这些图上绘制多个线段来表示
30
+
31
+ ## 变体:地平线图( Horizon Chart)
32
+
33
+ https://docs.splunk.com/Documentation/HorizonChart/1.1.0/HorizonChartViz/HorizonChartIntro
34
+
35
+ # 时段数据与柱状 图 / 条形图(Column Chart/ Bar Chart)
36
+
37
+ ## 单个特征变量的柱状图
38
+
39
+ 如,每日成交量
40
+
41
+
42
+
43
+ ## 多个特征变量的柱状图
44
+
45
+ 如
46
+
47
+ ### 堆叠柱状图(Stacked bar chart)
48
+
49
+ 如果多个特征变量是某一个总量的组成部分,可以绘制堆叠柱状图
50
+
51
+ ### 变体: Candle Stick
52
+
53
+
54
+ # 两个特征变量的连接散点图( connected scatterplot)
55
+
56
+ 如果要表示两个特征变量随时间的变化,但又不关注具体的时间间隔,只是关注变化趋势,可以。。。
57
+
58
+ 如:申万的大小盘。。。四个象限
59
+
60
+
61
+ # 循环时间周期与循环面积图( Circular Area Chart )
62
+
63
+
64
+
65
+ # 时间
66
+
67
+ + Line chart
68
+ + Bar chart
69
+ + Stacked bar chart
70
+ + Bullet bar chart
71
+ + Column chart
72
+ + Bubble chart
73
+ + Alternating rows table
74
+ + Groupings table
75
+ + Quartiles table
76
+
77
+
78
+ ## 趋势(trend)
79
+
80
+
81
+ - trend
82
+ + Line chart
83
+ + Column chart
84
+ + Stacked column chart
85
+ + Stacked column volume chart
86
+ + Stacked column volume with total chart
87
+ + Two axis column line chart
You can’t perform that action at this time.
0 commit comments