np.arange(start, end): This function returns equally spaced values from the interval start, end. plt.title(): It is used to give a title to the graph. Title is passed as the parameter to this function ...