#Python Matplotlib library #pip install matplotlib #as alias key import matplotlib.pyplot as plt #pip install numpy import numpy as np #y value y = np.array([35, 25 ...