资源描述:
《gnuplot 4.6中文手册 修订》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、第一部分GnuPlot4.6中文手册当前修订次数:1版权Copyright(C)1986-1993,1998,2004,2007ThomasWilliams,ColinKelleyPermissiontouse,copy,anddistributethissoftwareanditsdocumentationforanypurposewithorwithoutfeeisherebygranted,providedthattheabovecopyrightnoticeappearinallcopiesandthatboththatcopyrightnoticeandth
2、ispermissionnoticeappearinsupportingdocumentation.Permissiontomodifythesoftwareisgranted,butnottherighttodistributethecompletemodifiedsourcecode.Modificationsaretobedistributedaspatchestothereleasedversion.Permissiontodistributebinariesproducedbycompilingmodifiedsourcesisgranted,provide
3、dyou1.distributethecorrespondingsourcemodificationsfromthereleasedversionintheformofapatchfilealongwiththebinaries,2.addspecialversionidentificationtodistinguishyourversioninadditiontothebasereleaseversionnumber,3.provideyournameandaddressastheprimarycontactforthesupportofyourmodifiedve
4、rsion,and4.retainourcontactinformationinregardtouseofthebasesoftware.Permissiontodistributethereleasedversionofthesourcecodealongwithcorrespondingsourcemodificationsintheformofapatchfileisgrantedwithsameprovisions2through4forbinarydistributions.作者OriginalSoftware:ThomasWilliams,ColinKel
5、ley.Gnuplot2.0additions:RussellLang,DaveKotz,JohnCampbell.Gnuplot3.0additions:GershonElberandmanyothers.Gnuplot4.0additions:Seelistofcontributorsatheadofthisdocument.译者:三寸断梁,前言本文档针对4.6版手册翻译了全文大约%85的内容,终端部分从略。本手册是本人空闲时间学习gnuplot而翻译,疏漏难免。不保证含义准确,仅供参考。若发现手册中有错误可以报告:gnuplot_cn_manual@126.co
6、m,邮件主题必须以"gnuplot:"开始,否则系统不接收,成功后你可以收到自动回复的邮件。Gnuplot是一个小巧的命令行绘图工具,运行于LINUX,OS/2,MSWindows,VMS等等其它平台。它的源代码开放。它最初被设计为科学家或学生交互式创建函数图像和数据图表。但是现在它也作为一个绘图引擎用于其它程序,octave是一个例子。Gnuplot支持多种类型的绘图,2D和3D。它能利用线段,点,直方图,或者其它元素绘制你需要的图形。同时你可以在图形中添加一些文本。Gnuplot支持多种类型的输出类型:交互式屏幕终端(鼠标、键盘),直接输出多种文件格式(png,j
7、pg,LaTeX,pdf,postscript)或者现代打印机。Gnuplot很容易扩展去支持新的输出类型。最新的支持有基于wxWidgets的交互终端,QT。将输出web页面可以使用svg或者HTML5canvas输出类型。1Gnuplot是大小写敏感的。所有的命令名和关键字在它无歧义时可以缩写。在命令尾部使用分号可以让多条命令出现在同一行。字符串可以用双引号或单引号括主,有少许不同。如果一条命令太长可以在末尾使用反斜线后在下一行继续(反斜线必须是此行的最后一个字符):plotsin(x),f2(x),f3(x),f4(x),f5(x);但是如果