All examples By author By category About

bottegaDash

S19 - HW3 - Scatterplot

David Ash
CS725/825
Spring 2019

SCATTER PLOT

Q1. What is the type of mark used in the bar chart?
A. The mark used is a zero-dimenional (0D) mark

Q2. List the channels, the attribute they are mapped to, and the data type of that attribute.
** A.** The channel that is used is the magnitude channel.
The attributes for the magnitude channel are horizontal position, and vertical postion.
Vertical position is mapped to the passing TDs attribute.
Horizontal position is mapped to the rushing TDs attribute

Q3. After your changes, list the channels, the attribute they are mapped to, and the data type of that attribute
** A.** The channels that are used is the magnitude channel, and the identity channel.
The attributes for the magnitude channel are horizontal position, vertical postion, and area(2D size).
The attributes for the identity channel is color hue.
Vertical position is mapped to the passing TDs attribute.
Horizontal position is mapped to the rushing TDs attribute.
Area (2D size) is mapped to the rushing yards attribute.
Color hue is mapped to the conf attribute.

REFERENCE
hsl
ordinal
D3 Scatterplot Example
forked from weiglemc's block: S19 - HW 3 - Bar Chart