Computers and Technology

Plotting multiple data pointsthis program will be a follow-on to the program from last week’s individual assignment, activity #3. in that assignment, you read in weather data from a file. in this assignment, you are to again read in that weather data from the file, but instead of answering statistical queries, you are to plot the data in a set of graphs. you may re-use the code from the previous assignment for reading in data from a file. using matplotlib, you are to create the following 4 graphs.-create a line graph that shows both average temperature and pressure plotted over the period of time. both should be plotted on the same graph, with date on the x-axis, and different y axes for the two different measurements.
-create a histogram showing amounts of precipitation. the x axis should cover a reasonable range of precipitation levels, and the y axis should show number of days that had precipitation in the specific range.
-create a scatterplot indicating relationships between average temperature and average dew point (one on each axis).
-create a bar chart, with one bar per month, showing the average temperature along with error bars indicating the high and low temperatures from that month.

note: you will want to create new lists of data, but you may find it useful to use the max/min/sum functions on lists.
be sure to include legends, labels, title, etc. on all charts, and be sure your scales/ranges and such are set appropriately to display all the data.

answer
Answers: 3

Similar questions

Do you know the correct answer?
Plotting multiple data pointsthis program will be a follow-on to the program from last week’s indivi...

Questions in other subjects:

Konu
Mathematics, 18.10.2020 15:01