aplot.1

来自「speech signal process tools」· 1 代码 · 共 130 行

1
130
字号
.\" Copyright (c) 1987 Entropic Speech, Inc. All rights reserved..\" @(#)aplot.1	1.2	7/21/98 ESI.TH APLOT 1\-ESPS 7/21/98.ds ]W "\fI\s+4\ze\h'0.05'e\s-4\v'-0.4m'\fP\(*p\v'0.4m'\ Entropic Speech, Inc..SH NAMEaplot \- Plot an array of data in ASCII format..SH SYNOPSIS.B aplot[.BI \-d] [.BI \-l] [.B \-z] [.BI \-W " generic window system options"] [.BI \-T " plot title"] [.I data_file].SH DESCRIPTION.I aplotplots an array of ordered pairs <x, y>, stored in ASCII format.If.I data_fileis ``\-'' or omitted, the standard input is read..PPThe plot is displayed in an X window.  The display has three pull downmenus: \fBFile\fR, \fBViews\fR, and \fBHelp\fR.    The \fBFile\fR menuhas two items: \fBPrint\fR and \fBQuit\fR.   \fBPrint\fR selects adialog box that has controls to produce a PostScript output of theplot.   The \fBQuit\fR item causes the program to exit..PPThe \fBViews\fR menu has selectors that enable or disable display ofthe box around the plot, the horizontal grid, the vertical grid, anytext (usually the file name and date), and the tick marks on thereticle.  This menu also has buttons to enable all of the above items,to redraw the original plot, and to refresh the plot as it is currentlyshown..PPThe \fBHelp\fR menu has two items: \fBon Plot Tool\fR and \fBAboutPlot Tool\fR.   These display a help file and version information..SH "DATA FORMAT".PPThe.I data_fileis expected to contain the following parameters, eachseparated by a blank..RI < No_of_Samples >.RI < No_of_plots >.RI < x_axis_min >.RI < x_axis_max >.RI < x_axis_step >.RI < y_axis_min >.RI < y_axis_max >.RI < y_axis_step >followed by plot data (x and y values separated by blank)..PPAny.I Textfollowing the data (after a blank line) is reproduced as plotter output..PPIn the case of multiple plots, the line thickness is varied to distinguishbetween different plots..SH OPTIONS.PPNormally, a coninuous plot is generated.  However, the followingoptions can be used, in the case of single plots:.TP.B \-dIf this option is specified, there will be a dot for each <x, y>pair. However, there will be no continuous plot..TP.B \-lIf this option is specified, there will be a vertical line from <x,y_axis_min> to <x, y> for each <x, y> pair; the points themselves will not be connected to each other.  .TP.B \-zIf this option is specified,the vertical and horizontal grid lines are suppressed \- only tickmarks are made on the graph..TP.BI \-WThis option is followed by a characterstring consisting of the generic window system options.   For example, on asystem running X windows, to cause the plot to appear at a particularscreen location the following command could be used: .sp.br\fIaplot -W "=300x250+50+200" file\fR..TP.BI \-T " title_string"This option allows the user to specify the title of the plot.The title is the string that goes in the window manager supplied title bar..SH "ESPS PARAMETERS"No ESPS parameter file is read..SH "ESPS COMMON"The ESPS common file is not read or written..SH "ESPS HEADERS"No ESPS headers are processed, since the input and output are not ESPSfiles..SH DIAGNOSTICS.nfaplot: unknown option \-\fIletter\fPUsage: aplot [\-d] [\-l] [\-z] [\-T title_string] [input_file]aplot: Cannot specify both \-d and \-l flagsaplot: can't open \fIfilename\fP: \fIreason\fPaplot: EOF encountered.SH "SEE ALSO".nfplotsd(1\-ESPS), plotspec(1\-ESPS), scatplot(1\-ESPS).fi.SH AUTHOR.PP.nfOriginal: Shankar Narayan, Entropic Speech, Inc.Improvements: Rodney Johnson, Alan Parker, David Burton..fi

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?