Project Description
-
The visualization is a chart described the number of reports in each state, there are two classifications of these reports, the orange color is Class B, the blue color is Class A, the red color is class C.
-
I use pandas to read csv data to an external site. I use a color scheme to color variable ‘classification’. And I add ‘title’ to x and y axis.
-
I use parse_dates to format ‘data’ variable.
-
I use similar plots to my HW9, the x and y coordinates are same, but I add color to clarify two classfications of reports. Also I use interactive in this visualization to zoom the chart so that we can get the number as precise as it could be.
-
I use tooltip to achieve interactive. When I move the mouse to the different color, it will show it’s class A or class B which helps to clarify the meaning of different color bar.