Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

• Write a little bit of Python code to make an interesting graph or chart. Do so

ID: 3686362 • Letter: #

Question

• Write a little bit of Python code to make an interesting graph or chart. Do something different than (and not just tiny modifications of) the three examples in ds7.py

– For example, define an interes>ng function (not just n, n*n, or similar). Perhaps combinations of sines, coses, logarithms, ... whatever

– And/or plot several things in one chart using different colors and/or line styles

– And/or use a different chart type other than the two in ds7 – line graph and bar chart. There are many more types.

• Submit:
1. .py file of your code
2. file of image saved by your code

Explanation / Answer

Hi below i have written a Waterfall Bar Chart for Annual Profit 2015 in Python for your reference,