Tho Le

A Data Scientist. Looking for knowledge!

Visualization Notes

16 Feb 2025 » viz

Type summary

  • Bar plots: < 10 categories. 3 types: regular, grouped, stacked.
  • Box plots: show distributions, more info than histogram.
    • IQR = 25th to 75th range.
    • Whisker on each side: from edge of the box on that side extend by 1.5*IQR
    • Observations outside the whisker are outliers
  • Scatter plots: show 2 variables, but you can also add color, circle size for more info (3d, 4d). Also check out the 4d bubble plots ref below.
  • Flow charts: Lucidspark, Lucidchart.

General

Advanced

Tools

  • Qlik Sense.
  • Qlik View.
  • Tableau.
  • SAP HANA.
  • Power BI.

Books & Resources

  • Fundamentals of Data Visualization. (Oreilly, Claus O. Wilke)
  • Data Visualization with R - 100 examples.
  • R Graphics Cookbook.
  • Geographic Data Science with Python.