码迷,mamicode.com
首页 > 其他好文 > 详细

matplotlib绘图

时间:2020-11-17 13:00:36      阅读:26      评论:0      收藏:0      [点我收藏+]

标签:atp   rgb   end   mat   nbsp   gen   oss   pyplot   otl   

%matplotlib inline
import matplotlib.pyplot as plt

plt.plot(xx,yy_train_loss,"r", label = "train_loss")
plt.plot(xx,yy_valid_loss,"b", label = "valid_loss")
plt.legend()

 

matplotlib绘图

标签:atp   rgb   end   mat   nbsp   gen   oss   pyplot   otl   

原文地址:https://www.cnblogs.com/qiezi-online/p/13962505.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!