Due Mon Feb 17th 1) Make a bar chart. One bar says "Randy" and the other "Lori". Randy is 73% cool. Lori is 55% cool. The title is "Coolness at the Appleton HouseHold" Replace all these words and numbers with something better. But you cannot have three bars. Two or four or five. This might help https://plot.ly/python/bar-charts/#bar-chart-with-hover-text 3) Make me a graph with two traces. sin(x) has is red and cos(x) is blue. X axis and Y axis labeled in 15 point Arial font. Grid markers Titled. From -2pi to 2pi. This might help: https://plot.ly/python/line-charts/#label-lines-with-annotations 2) Make two graphs next to each other. One shows weight(x-axis) vs mpg(y-axis) One shows displacement (x-axis) vs mpg (y-axis) How to put subplots on the same graph https://plot.ly/python/subplots/ Data at http://euclid.nmu.edu/~rappleto/Classes/CS295.Python/Examples/mpg-small.txt http://euclid.nmu.edu/~rappleto/Classes/CS295.Python/Examples/mpg.txt