Record and Summarize

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2014年1月17日

摘要: 一、Gnuplot Shell 基本介绍1、plot命令(1)画函数曲线:gnuplot> plot sin(x) with line linetype 3 linewidth 2 % 或gnuplot> plot sin(x) w l lt 3 lw 2 % 用线画,线的类型(包括颜色与虚线的类型)是3,线的宽度是2,对函数sin(x)作图gnuplot> plot sin(x) with point pointtype 3 pointsize 2 ... 阅读全文
posted @ 2014-01-17 15:20 zhangjing327 阅读(2574) 评论(0) 推荐(1) 编辑