Graph parabola in matplotlib with vertex and 2 'end' points known

Advertisements Trying to create a parabolic vector of values where the Vertex and two other points along the parabola are known. Example… Range from 0 to 10 Vertex = [5,2] Coordinate 1 = [1,1] Coordinate 2= [10,1] Any help/advice is greatly appreciated. Thanks >Solution : I would use numpy to adjust a parabola passing by… Read More Graph parabola in matplotlib with vertex and 2 'end' points known