Answered step by step
Verified Expert Solution
Question
1 Approved Answer
q 7 :Objective: Plot results Create a function called plot _ evolution ( list _ years, mean _ value ) that plots the time evolution
q:Objective: Plot results Create a function called plotevolutionlistyears, meanvalue that plots the time evolution of meanvalues over the years. The x values should be the years in listyears
and the y values values in meanvalues. It should return the plot created, ie you must do: plot plt return plot Example of usage: plot plotevolution meanvaluesdiscount Note: do not forget to import matplotlib.pyplot Conclusion: When you compared the mean discount to the mean value per dollar sold, you will notice that the discount has increased while the profit per dollar as decreased considerably. Your recommendation was that the discount policy should be reviewed, and you got a promotion!
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started