By default, the plot command plots against the x and y-axes.
默认情况下,plot命令以x 轴和 y 轴绘图。
Shortcuts in the command line can be used in the plot command.
在plot命令中可以使用缩写。
Each 'using' statement in the plot command is separated by a comma.
plot命令中的每个‘using’语句由逗号分隔。
Next, the graph is actually plotted or generated using the plot command.
接下来,使用plot命令实际绘制或生成图形。
We just used the replot command, which executes the previous plot command.
我们刚才使用了replot命令,它执行先前的plot命令。
With the plot command, gnuplot can operate in rectangular or polar coordinates.
使用plot命令,gnuplot可以在直角二维坐标系中进行操作。
A few other commonly-used options can also be set directly in the plot command.
一些其他普遍使用的选项也可以直接在plot命令中设置。
To re-use across multiple graphs, or across multiple plot commands, use the set command.
要在多个图中或在多个plot命令中重新使用,需要使用set命令。
The plot command is then used to actually generate the image using the gnuplot engine.
然后,使用plot命令通过gnuplot引擎实际生成图像。
Also, the plot command can be made to use a different set of axes like x2y2 by using the axes clause.
而且,通过使用axes子句,plot命令可以使用不同的轴集合,如x2y2。
We also control the names given to curves in the legend by giving explicit titles in the plot command.
我们还通过在plot命令中给定明确的标题来控制图例中为曲线提供的名称。
The simple plot command would be plot sin (x), cos (x); the lines being graphed are separated by commas.
简单的plot命令为plotsin (x),cos (x);要画的曲线以逗号分隔。
For plotting, gnuplot can generate 2-d plots with the plot command and 3-d plots (as 2-d projections) with the splot command.
为了进行绘图,gnuplot可以使用plot命令生成2 -D图形,或使用splot命令生成3 -d图形(作为2 - Dprojection)。
These can be parameterized (p1, p2) and you can define the parameter variables later on, before using it in a plot command.
这些函数可以用参数(p 1,p2)表示,您可以稍后在plot命令中使用它们之前再定义参数变量。
For example, after the initial plot command, any further options to the plot command can be abbreviated, using the first letter of the option.
例如,在最初的plot命令后面,其他plot命令选项都可以缩写,用选项的第一个字母表示。
Gnuplot assumes the rest of the columns to be plotted will reference that as well, so there is no need to specify the xtic again within the plot command.
gnuplot假设要绘制的其他列也参照x轴,所以在plot命令中不需要再指定xtic。
The base contour is enabled along with hidden line removal, and the sinc plot is created with the splot command using the internally available math library functions.
同时还启用了基本的等高线和隐线消除特性,最终的绘图是利用splot命令使用数学库内部的函数来创建的。
For complete flexibility, in Unix-like systems with a popen function, you can pre-process the file with text processing utilities before it is passed into the plot command.
为了获得更完全的灵活性,在具有popen函数的unix类系统中,在将文件传送给plot命令之前,可以使用文本处理实用程序对文件进行预处理。
If you intend to use the same plotting style across several lines (either on a single plot command or over several plot commands), you can set the plotting style with a set command.
如果想在多条线中使用相同的绘图样式(在一个plot命令中或在多个plot命令中),可以使用set命令设置绘图样式。
Once that is set up, we can plot the opening price with the following command.
一旦设置完成,可以使用下列命令对开盘价绘图。
You can plot any of the axes in log scale with the set logscale command.
您可以使用set logscale命令以对数刻度绘制任何轴。
The command for 2D plots is, predictably, plot.
可以预见的是,2D绘图的命令是plot 。
The scatter plot demonstrates the simplest application of this concept-using XSLT to produce postscript-because it takes XML elements and translates them each directly into a PostScript command.
散点图演示了此概念的最简单应用—使用xslt生成PostScript—因为它将获取XML元素并将其直接转换为PostScript命令。
The scatter plot demonstrates the simplest application of this concept-using XSLT to produce postscript-because it takes XML elements and translates them each directly into a PostScript command.
散点图演示了此概念的最简单应用—使用xslt生成PostScript—因为它将获取XML元素并将其直接转换为PostScript命令。
应用推荐