Save python plot in its original format

后端 未结 0 677
走了就别回头了
走了就别回头了 2021-01-02 22:45

I have applied following codes to make a plot in python using \'IDLE editor\'

import matplotlib.pyplot as plt
 
X = [0, 2, 4, 6]
Y= [0, 200, 400, 600]

plt.pl         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题