python 折线图,python折线图图例

  python 折线图,python折线图图例

  折线图的绘制主要分为四个步骤。1)导入相关库

  2)对图像输出进行常规设置。

  3)设置数据和折扣属性。

  4)设置图片标题。

  案例:importmatplotlibimportnumpyasnpfromtplotlibimportpylolt % matplotlibinline #常规设置Matplotlib。RC(axes),facecolor=white) matplotlib。RC(figure),fig size=(6,4 ) ) matplotlib。RC (axes),Grid=False) # data and line *:r) #设置标题PLT.title(ahdfnas),PLT.xlabel),date (PLT.ylabel),amount的参数明细。1)相关库importmatplotlibimport使用lotlibinline#导入笔记本2)图形输出的通用设置#将图像大小设置为matplotlib。RC(figure ,figure # size=(14,7))单位,大小以厘米为单位设置为字体大小)是否显示grid=false(#grid) Flase不显示背景网格,True为#背景色matplotlib。RC)轴)、face color= white )# white # green:green # yellow # black # gray:grey 3)数据和线型设置PLT.plot(x,y,Color= red marker= * x:横坐标数据y:纵坐标数据Color:折线颜色字符color======== b 默认为实线``` ` `-`实线样式` `- `虚线样式` . ` `单点线型` ` 360。默认值为空三角形、五角星形、圆形、O和PLT.plot(x,y,*:r)的缩写。注:引号内顺序不区分,颜色为缩写4:标题,设置#图标题。

郑重声明:本文由网友发布,不代表盛行IT的观点,版权归原作者所有,仅为传播更多信息之目的,如有侵权请联系,我们将第一时间修改或删除,多谢。

留言与评论(共有 条评论)
   
验证码: