IAT 355 Assignment 2
Programming using D3 |
Create a Florence Nightingale Rose Plot visualization that reads data
from a comma-separated text file.
The Nightingale Rose Plot uses radial sectors of a circle to depict
a time series, using the area of each sector as the visual variable.
See slide 17 in
IAT355-Lec02-IntroVis.pptx
for Nightingale's version.
In your version of this, you must be able to depict a year's worth of data
for two variables (Nightingale's version in the PPT slides has one variable).
|
Advice |
It's best if you represent the data in human-readable form. |
Data |
Here is Florence Nightingale's data.
You might wish to use the first column of the data file as an index for the data case.
Plot any two data columns.
|
Hand In |
Please hand in (upload): |
Due: Thursday February 9
Here are two rose plots side by side