👀
Crash Visualization
  • Welcome
  • Preface
    • Who the book is written for
    • How the book is organized
  • 1. Introduction of Data Visualization
    • 1.1 What is data visualization?
    • 1.2 Why does visualization matter?
  • 2. Tricks in Visualization
    • 2.1 Choose Appropriate Chart
    • 2.2 Features of Charts
      • 2.2.1 Table
      • 2.2.2 Column Chart
      • 2.2.3 Line Chart
      • 2.2.4 Pie Chart
      • 2.2.5 Scatter Chart
      • 2.2.6 Map Chart
    • 2.3 Misused Graph
    • 2.4 Tips in Visualization
  • 3. Matplotlib
    • 3.1 Basic Concepts
    • 3.2 Line Chart
    • 3.3 Area Chart
    • 3.4 Column Chart
    • 3.5 Histogram Chart
    • 3.6 Scatter Chart
    • 3.7 Lollipop Chart
    • 3.8 Pie Chart
    • 3.9 Venn Chart
    • 3.10 Waffle Chart
    • 3.11 Animation
  • 4. Seaborn
    • 4.1 Trends
    • 4.2 Ranking
      • 4.2.1 Barplot
      • 4.2.2 Boxplot
    • 4.3 Composition
      • 4.3.1 Stacked Chart
    • 4.4 Correlation
      • 4.4.1 Scatter Plot
      • 4.4.2 Linear Relationship
      • 4.4.3 Heatmap
      • 4.4.4 Pairplot
    • 4.5 Distribution
      • 4.5.1 Boxplot
      • 4.5.2 Violin plot
      • 4.5.3 Histogram plot
      • 4.5.4 Density plot
      • 4.5.5 Joint plot
  • 5. Bokeh
    • 5.1 Basic Plotting
    • 5.2 Data Sources
    • 5.3 Annotations
    • 5.4 Categorical Data
    • 5.5 Presentation and Layouts
    • 5.6 Linking and Interactions
    • 5.7 Network Graph
    • 5.8 Widgets
  • 6. Plotly
    • 6.1 Fundamental Concepts
      • 6.1.1 Plotly Express
      • 6.1.2 Plotly Graph Objects
    • 6.2 Advanced Charts
      • 6.2.1 Advanced Scatter Chart
      • 6.2.2 Advanced Bar Chart
      • 6.2.3 Advanced Pie Chart
      • 6.2.4 Advanced Heatmap
      • 6.2.5 Sankey Chart
      • 6.2.6 Tables
    • 6.3 Statistical Charts
      • 6.3.1 Common Statistical Charts
      • 6.3.2 Dendrograms
      • 6.3.3 Radar Chart
      • 6.3.4 Polar Chart
      • 6.3.5 Streamline Chart
    • 6.4 Financial Charts
      • 6.4.1 Funnel Chart
      • 6.4.2 Candlestick Chart
      • 6.4.3 Waterfall Chart
  • Support
    • Donation
Powered by GitBook
On this page
  • Better illustrate insights
  • Common use cases

Was this helpful?

  1. 1. Introduction of Data Visualization

1.2 Why does visualization matter?

Previous1.1 What is data visualization?Next2. Tricks in Visualization

Last updated 4 years ago

Was this helpful?

The world produces 2.5 quintillion bytes of data every day, and 90% of all data has been created in the last two years. The increased popularity of big data and data analysis projects have made visualization more important than ever. It is unlikely for any single person to wade through data line-by-line and make observations.

Better illustrate insights

Data visualization can illustrate insights better than traditional descriptive statistics ways. A perfect example of this is , created by Francis Anscombe in 1973. The table includes four different datasets with almost identical variance, mean, a correlation between X and Y coordinates, and linear regression lines. All four sets are identical when examined using simple summary statistics. It's hard to catch distinct patterns.

However, the patterns vary considerably in visualization. You can see a linear regression model applies to graphs x1 and x3, but a polynomial regression model fits for x2. The graph x4 shows a high correlation coefficient, even though the other data points do not indicate any relationship between the variables.

Common use cases

  • Sales and marketing. Research from the media agency Magna predicts that 50% of all global advertising dollars will be spent online by 2020. As a result, marketing teams must pay close attention to sources of web traffic and how their web properties generate revenue. Data visualization makes it easier to see traffic trends over time as a result of marketing efforts.

  • Politics. A common use of data visualization in politics is a geographic map that displays the party each state or district voted for.

  • Finance. Finance professionals must track the performance of their investment decisions. For example, the candlestick chart is used to analyze price movements over time and display essential trends.

Anscombe’s Quartet
Raw data: Anscombe's quartet
Visualization: Anscombe's quartet
Visualization: Anscombe's quartet
Visualization: Anscombe's quartet
Sankey Chart
Heatmap and Geo Graph
Candlestick Chart