Question: Submission Requirements 1. Each problem must use a different type of graph. 2. Each file must have a comment at the top with your name

Submission Requirements 1. Each problem must use a different type of graph. 2. Each file must have a comment at the top with your name such as: firstname lastname 3. Upon completion, zip all content into a single file and upload this submission Edmodo. to 1. Create a python file named 1.py which imports all functions from the included functions.py. Use these functions for step 3 and 4. 2. Create a list or array of numbers from 1 to 20 inclusive. 3. Create a list or array of summations of the numbers 1 to 20 inclusive. For example, the summation of 5 is 5+4+3+2+1. 4. Create a list or array of n factorials for the numbers 1 to 20 inclusiv For example, 5 Factorial is 5*4*3*2*1. Problem #1 5. Select a graph type (each problem must use a different graph type) to best display this information such as: line, scatter, pie, bar etc. 6. Use Plotly graph objects or Matplotlib to create a single figure that displays two traces: numbers vs summations numbers vs factorials Use Plotly examples 1, 2 and 3 as reference. 7. Reference the online Plotly library documentation to make your graph as interesting and informative as possible including use of labels, colors, hover etc
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
