matplotlib.pyplot

Question Answered step-by-step matplotlib.pyplot Image transcription textLab 6A Task #1 Using the given values for a and b create a plot of the overall graph from 0-10 for the x values.Next create a zoomed in version of the graph around the maximum of the graph. You will need to use a figureobject for this. Display the plot. a = np.linspace(0,1@,11) b = (-1*a**2 + 11*a + 10) Task #2 Next creat… Show more… Show morematplotlib.pyplot Computer Science Engineering & Technology Python Programming COMPSCI 123 Share QuestionEmailCopy link Comments (0)