Computer Science, asked by kumarmihir191, 3 days ago

Write a program to create an array of range 0 to 100, assign x value to it. Initialize y value to square of x and z to cube of x.
(i) Create a figure object called fig using plt.figure()
(ii) Add an axis to the figure canvas at [0,0,1,1]. Call this new axis as ax.
(iii) Plot (x,y) on that axes and set the labels and titles as x on x axis and y on y axis and title as student

Answers

Answered by h01673
0

Answer:

ư

Explanation:

Similar questions