Difference between revisions of "Glossary of Data Analysis and Visualization Terms"

From Explore Analytics: The Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 +
 +
=====Category Chart=====
 +
 +
a category chart is a [[#Data Visualization|visualization]] that specializes in breaking down data by category. It allows you to easily compare data and focus on the categories of interest that explain the drivers behind the data. Data is typically presented as bars or pie slices.
  
 
=====Data Visualization=====
 
=====Data Visualization=====
Line 8: Line 12:
 
* to discover patterns in the data
 
* to discover patterns in the data
  
Good data visualization allows you to better understand the drivers behind the data and to make predictions based on that understanding. Common Data Visualizations include [[#Timeline Chart|Timeline Chart]], Category Chart, XY Chart, and Geographical Chart.
+
Good data visualization allows you to better understand the drivers behind the data and to make predictions based on that understanding. Common Data Visualizations include [[#Timeline Chart|Timeline Chart]], [[#Category Chart|Category Chart]], XY Chart, and Geographical Chart.
  
 
=====Timeline Chart=====
 
=====Timeline Chart=====
  
 
A timeline chart is a [[#Data Visualization|visualization]] that specializes in temportal data and is good for spotting trends. It shows data over time by putting the date/time in the horizontal axis and other varibles on the vertical axis. A timeline chart offers various data presentations including lines and bars that can be shown on the same scale or different sales or in any combination to highlight changes and allows easy comparison. The main characteristic of a timeline chart is that time dimension is linear on the horizontal axis going from left to right and allowing scroll and zooming to focus on a particular time period.
 
A timeline chart is a [[#Data Visualization|visualization]] that specializes in temportal data and is good for spotting trends. It shows data over time by putting the date/time in the horizontal axis and other varibles on the vertical axis. A timeline chart offers various data presentations including lines and bars that can be shown on the same scale or different sales or in any combination to highlight changes and allows easy comparison. The main characteristic of a timeline chart is that time dimension is linear on the horizontal axis going from left to right and allowing scroll and zooming to focus on a particular time period.

Revision as of 04:53, 13 June 2012

Category Chart

a category chart is a visualization that specializes in breaking down data by category. It allows you to easily compare data and focus on the categories of interest that explain the drivers behind the data. Data is typically presented as bars or pie slices.

Data Visualization

Visual representation of data that's designed for:

  • easy data comparisons
  • to reveal trends and changes over time
  • to discover correlation between different variables in the data
  • to discover patterns in the data

Good data visualization allows you to better understand the drivers behind the data and to make predictions based on that understanding. Common Data Visualizations include Timeline Chart, Category Chart, XY Chart, and Geographical Chart.

Timeline Chart

A timeline chart is a visualization that specializes in temportal data and is good for spotting trends. It shows data over time by putting the date/time in the horizontal axis and other varibles on the vertical axis. A timeline chart offers various data presentations including lines and bars that can be shown on the same scale or different sales or in any combination to highlight changes and allows easy comparison. The main characteristic of a timeline chart is that time dimension is linear on the horizontal axis going from left to right and allowing scroll and zooming to focus on a particular time period.