In the student sample programs for this book, you will find a text file named 1994_Weekly_ Gas_Averages.txt.

Question:

In the student sample programs for this book, you will find a text file named 1994_Weekly_ Gas_Averages.txt. The file contains the average gas price for each week in the year 1994. (There are 52 lines in the file.) Using matplotlib, write a Python program that reads the contents of the file then plots the data as either a line graph or a bar chart. Be sure to display meaningful labels along the X and Y axes, as well as the tick marks.


Please use python only!!

the data below is from the file you requested.

0.992 0.995 1.001 0.999 1.005 1.007 1.016 1.009 1.004 1.007 1.005 1.007 1.012 1.011 1.028 1.033 1.037 1.04 1.045 1.046 1.05 1.056 1.065 1.073 1.079 1.095 1.097 1.103 1.109 1.114 1.13 1.157 1.161 1.165 1.161 1.156 1.15 1.14 1.129 1.12 1.114 1.106 1.107 1.121 1.123 1.122 1.113 1.117 1.127 1.131 1.134 1.125
Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  answer-question
Question Posted: