Chinaunix首页 | 论坛 | 博客
  • 博客访问: 488010
  • 博文数量: 25
  • 博客积分: 111
  • 博客等级: 民兵
  • 技术积分: 1279
  • 用 户 组: 普通用户
  • 注册时间: 2012-10-26 20:51
文章分类

全部博文(25)

文章存档

2014年(17)

2013年(8)

分类: Python/Ruby

2014-04-25 20:29:40

最近一直在用Gnuplot画图,进行下载总结:

set multiplot               %设置为多图模式
set origin 0.0,0.5        %设置图的坐标原点的位置
set size 0.5,0.5           %设置图的大小

set xlabel ‘ ’ font 'Times-Roman, 15' %设置横坐标字体
set ylabel ‘ ’ font 'Arial, 15' %设置纵坐标字体

set key box                 %给title加上框框
set key left/right/center%设置title的位置
 set key center at x,y    %功能同上
set key width n              %设置title框的宽度
set key spacing 0.8      %设置title的行间距

replot                        %重画
先写这么多,以后用到了再加
本文出处:http://blog.chinaunix.net/uid-28311809-id-4226961.html
阅读(3270) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~