forked from TuorlaObservatory/CompCoffee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoverview.html
314 lines (237 loc) · 7.5 KB
/
overview.html
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
<!DOCTYPE html>
<html>
<head>
<title>Data Visualization</title>
<meta charset="utf-8" />
<link href="https://cdn.rawgit.com/Ilia-Kosenkov/UTU-slides/81794612/style.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300" rel="stylesheet">
</head>
<body>
<textarea id="source">
layout: true
---
class: title-slide, utu-back-title
# CompCoffee: Data Visualization
## Ilia Kosenkov @ Tuorla, 2018.02.07
---
class: utu-back-content
# Why visualization is important? Take a look at the pictures
.double[
.column[

]
.column[
*MASTER OPTICAL POLARIZATION VARIABILITY DETECTION IN THE MICROQUASAR V404 CYG/GS2023+33,*
Lipunov et. al, 2016
]
]
---
class: utu-back-content
# Why visualization is important? Zoomed in

---
class: utu-back-content
# Why visualization is important? Zoomed in and printed in B&W

---
class: utu-back-content
# Here is an example of a better structured plot
.double[
.column[

]
.column[
*Repetitive patterns in rapid optical variations in the
nearby black-hole binary V404 Cygni,*
Kimura et. al, 2016
]
]
---
class: utu-back-content
# Here is an example of a better structured plot
.double[
.column[

]
.column[
- All four axes are present
- Tick labels are drawn only for large ticks.
- Magnitudes on the left vs log10 of flux on the right
]
]
---
class: utu-back-content
# Here is an example of a better structured plot
.double[
.column[

]
.column[
- Informative & large legend at the top
]
]
---
class: utu-back-content
# Here is an example of a better structured plot
.double[
.column[

]
.column[
- Offsets for each band - to prevent overlapping of data
- Even though they are indistinguishable in B&W, the order of bands from top to bottom can be guessed from the legend
]
]
---
class: utu-back-content
# Here is an example of a better structured plot
.double[
.column[

]
.column[
- 'Moving average' pictured by large open points highlight the overall trend in data
- The amplitude of short-term variability can still be seen in the plot
]
]
---
class: utu-back-content
# Constructing a plot layer by layer
.double[
.column[

]
.column[
- We start at the empty plot with only x- and y- limits determined
- Notice the ugly y axis labels of something * e-26 (it is `\(10^{-26}\)`)
]
]
---
class: utu-back-content
# Constructing a plot layer by layer
.double[
.column[

]
.column[
- Data added, only points
- Same colour, same plot symbols, same sizes
- No errors
- Linear scale
]
]
---
class: utu-back-content
# Constructing a plot layer by layer
.double[
.column[

]
.column[
- Colors, symbols and symbol sizes highlight different regions
- Errors are comparable to symbol sizes
]
]
---
class: utu-back-content
# Constructing a plot layer by layer
.double[
.column[

]
.column[
- Log10 scales on y-axes
- Small ticks addded at various intervals
- Axes names
]
]
---
class: utu-back-content
# Constructing a plot layer by layer
.double[
.column[

]
.column[
- Log10 scales on y-axes
- Small ticks addded at various intervals
- Axes names
- Now large ticks also
]
]
---
class: utu-back-content
# Constructing a plot layer by layer
.double[
.column[

]
.column[
- Log10 scales on y-axes
- Small ticks addded at various intervals
- Axes names
- Now large ticks also
- Tick labels
]
]
---
class: title-slide
background-image: url(https://i.ytimg.com/vi/zCBK6WEQ4tQ/maxresdefault.jpg)
<h1 style="Color:white; font-size:60px; margin-top:500px; margin-left: 40px; position: absolute">Thank you!</h1>
</textarea>
<script src="https://rawgit.com/csc-training/slide-template/master/remark/src/remark-0.13.0-min.js">
</script>
<script type="text/javascript">
remark.macros.scale = function (percentage) {
var url = this;
return '<img src="' + url + '" style="width: ' + percentage + '" />';
};
remark.macros.size = function (x,y) {
var url = this;
return '<img src="' + url + '" style="width: ' + x + 'px; height: ' + y + 'px" />';
};
remark.macros.author = function () {
var url = this;
return '<img src="' + url + '" class=author-pic />';
};
var slideshow = remark.create({
ratio: '16:9',
slideNumberFormat: '%current% / %total%',
highlightStyle: 'default',
highlightLines: true,
countIncrementalSlides: false
}) ;
</script>
<!-- for offline mathjax see http://stackoverflow.com/a/19209462 -->
<script src="http://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS_HTML&delayStartupUntil=configured" type="text/javascript">
</script>
<script type="text/javascript">
MathJax.Hub.Config({
tex2jax: {
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre'],
inlineMath: [['$','$'], ['\\(','\\)']],
processEscapes: true
},
"TeX": {
Macros: {AA : "{\\unicode{x212B}}"},
extensions: ["autoload-all.js"]
},
"HTML-CSS": {
scale: 90
}
});
MathJax.Hub.Queue(function() {
$(MathJax.Hub.getAllJax()).map(function(index, elem) {
return(elem.SourceElement());
}).parent().addClass('has-jax');
});
MathJax.Hub.Register.StartupHook("TeX autoload-all Ready", function () {
var MACROS = MathJax.InputJax.TeX.Definitions.macros;
MACROS.color = "Color";
delete MACROS.colorbox;
delete MACROS.fcolorbox;
});
MathJax.Hub.Configured();
</script>
</body>
</html>