1 / 19

Data Visualization

Data Visualization. Business Analytics (BA) Overview. Data Visualization. Technologies that support visualization and interpretation of data and information…includes digital images, GIS, GUI, graphs, virtual reality, dimensional presentations, videos, and animation.

saman
Download Presentation

Data Visualization

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Data Visualization

  2. Business Analytics (BA) Overview

  3. Data Visualization Technologies that support visualization and interpretation of data and information…includes digital images, GIS, GUI, graphs, virtual reality, dimensional presentations, videos, and animation.

  4. Basic Statistical Charts/Graphs • Bar charts • To display changes over time, comparisons, deviations, parts of the whole, rankings, time series. • Line Graphs • To display changes over time, comparisons, deviations, parts of the whole, rankings, time series. • Pie Charts • To display part of the whole or proportions.

  5. Source: http://aim.uoregon.edu/research/pdfs/Stabina2005.pdf

  6. Scatter Plot

  7. A picture tells 1000 words

  8. Motion Charts • Like a scatter plot, but also tracks changes over time • Data items move as time progresses • Example: • http://hdr.undp.org/en/data/explorer/ • Shows Human Development Index Trends (2005-2009) (United Nations) • We’ll work with Google motion charts later in the semester

  9. Gauges and Meters • Useful for displaying key performance indicators (KPIs)

  10. Radar Charts • Also called Spider Chart • Useful for showing multidimensional data in a 2-dimensional graph • Each dimension is a radius emanating from the center of the graph

  11. Concept Maps • Shows relationships between concepts • Consists of nodes and links • Example: see WikiMindMap -- A great tool for navigating through Wikipedia Visual markers: Nodes as topics, links represent connections to other topics. Can expand and refocus Great for navigating through Wikipedia http://www.wikimindmap.org/

  12. TreeMaps • Display hierarchical (tree-structured) data as a set of nested rectangles. • Each branch of the tree is given a rectangle, which is then tiled with smaller rectangles representing sub-branches. • Example: see NewsMap – An interesting visualization for seeing relationships between current events in the news Visual markers: Color: news category Size: degree of coverage Darkness: age Good interface to google’s news sources http://newsmap.jp/

  13. Working with Google Image Charts

  14. Google Image Charts • URL • http://chart.apis.google.com/chart • Give it URL parameters (REST query) • Chart type • Chart size • Data • Labels • Etc. • It returns a PNG image URL parameters http://chart.apis.google.com/chart?chs=250x100&chd=t:60,40&cht=p3&chl=Hello|World

  15. Types of Google Image Charts • Bar • Horizontal/vertical • Stacked/grouped • Line • Regular, sparkline, • Pie • 2D, 3D, concentric • Scatter • Radar • May or may not have filled areas • Venn diagram • Map • Various geographical areas • Colors specify values • Meter/Gauge • “Google-o-meter”

  16. URL Parameters • Required • Chart Size (chs) • Chart Type (cht) • Chart Data ((chd) • Various encodings (e.g. “t” for text) • Data needs to be normalized to 0-100 range • Optional • Chart labels (chl) • Chart title (chtt) • Chart legend (chdl) • Various types of markers (shape, text, financial) • Lots more

  17. Google Image Charts Exercise • Google Charts Developer’s Guide: • http://code.google.com/apis/chart/image/docs/making_charts.html • Computer Sales • Jan 34 • Feb 21 • Mar 88 • Apr 55 • May 70 • Jun 99 • Disk Drive Sales • Jan 53 • Feb 28 • Mar 60 • Apr 55 • May 70 • Jun 99 Given this data:

  18. Google Charts Exercise (cont.) Generate these charts:

More Related