Top Banner
53

Make your data beautiful!

Apr 12, 2017

Download

Technology

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Make your data beautiful!
Page 2: Make your data beautiful!

Make your data beautiful

Page 3: Make your data beautiful!

www.mrowcakasia.eu

[email protected]

Page 4: Make your data beautiful!

Let’s set the expectations!

Page 5: Make your data beautiful!

intro Part 1

Page 6: Make your data beautiful!

Data are everywhere!

Page 7: Make your data beautiful!

Data are everywhere! Does your data hunt you?

Page 8: Make your data beautiful!
Page 9: Make your data beautiful!
Page 10: Make your data beautiful!

Cool data in YOUR systems! Discover

Page 11: Make your data beautiful!
Page 12: Make your data beautiful!
Page 13: Make your data beautiful!

… lets connect the dots!

Page 14: Make your data beautiful!

What can go wrong? Meaningful or meaningless?

Page 15: Make your data beautiful!

Clean the data!

Page 16: Make your data beautiful!

Correlation doesn’t imply causation!

Page 17: Make your data beautiful!

You can imagine lines between

stars in constellation, but it doesn’t mean

that the lines exist.

Page 18: Make your data beautiful!

What can go wrong? UX/UI?

Page 19: Make your data beautiful!
Page 20: Make your data beautiful!
Page 21: Make your data beautiful!
Page 22: Make your data beautiful!
Page 23: Make your data beautiful!
Page 24: Make your data beautiful!
Page 25: Make your data beautiful!

Power of visualization Part II

Page 26: Make your data beautiful!

Target audience

Page 27: Make your data beautiful!
Page 28: Make your data beautiful!

… but where is THE pie chart?!

Page 29: Make your data beautiful!
Page 30: Make your data beautiful!
Page 31: Make your data beautiful!
Page 32: Make your data beautiful!
Page 33: Make your data beautiful!
Page 34: Make your data beautiful!

Fit to one screen If you can…

Page 35: Make your data beautiful!

Top down

Page 36: Make your data beautiful!
Page 37: Make your data beautiful!
Page 38: Make your data beautiful!
Page 39: Make your data beautiful!

Key metrics

Context

Details

Page 40: Make your data beautiful!

Design the ‘flow’

Page 41: Make your data beautiful!

Make it interactive

Page 42: Make your data beautiful!
Page 43: Make your data beautiful!
Page 44: Make your data beautiful!
Page 45: Make your data beautiful!

Make it happen Part III

Page 46: Make your data beautiful!

Quick start with R •  Download R https://cran.r-project.org

•  Install R Studio https://www.rstudio.com

Page 47: Make your data beautiful!

install.packages("ggplot2")

Page 48: Make your data beautiful!

R + D3 •  Option 1: process and visualize in R, and then bind SVG with JS

•  Option 2: process the data in R, visualize in D3

Page 49: Make your data beautiful!

R + D3 •  Option 1: process and visualize in R, and then bind SVG with JS

•  Option 2: process the data in R, visualize in D3

Page 50: Make your data beautiful!

install.packages(”shiny")

Page 51: Make your data beautiful!

Play with data J

Page 52: Make your data beautiful!

Design rules wrap up •  Fit to one screen •  Top down (drill down/roll up) •  Make it interactive

Page 53: Make your data beautiful!

www.mrowcakasia.eu [email protected]