01.02.2014 Views

GNUPlot Manual

GNUPlot Manual

GNUPlot Manual

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

36 SET-SHOW gnuplot 4.0 131<br />

36.59.60 Rgip<br />

The rgip and uniplex terminal drivers support RGIP metafiles. They can combine several graphs on a<br />

single page, but only one page is allowed in a given output file.<br />

Syntax:<br />

set terminal rgip | uniplex {portrait | landscape}<br />

{[,]} {}<br />

permissible values for the font size are in the range 1–8, with the default being 1. The default layout is<br />

landscape. Graphs are placed on the page in a horizxvert grid, which defaults to [1,1].<br />

Example:<br />

set terminal uniplex portrait [2,3]<br />

puts six graphs on a page in three rows of two in portrait orientation.<br />

36.59.61 Sun<br />

The sun terminal driver supports the SunView window system. It has no options.<br />

36.59.62 Svg<br />

This terminal produces files in the W3C Scalable Vector Graphics format.<br />

Syntax:<br />

set terminal svg {size {|fixed|dynamic}}<br />

{fname ""} {fsize }<br />

{{no}enhanced} {fontfile }<br />

where and are the size of the SVG plot to generate, dynamic allows a svg-Viewer to resize<br />

plot, whereas the default setting, fixed, will request an absolute size.<br />

is the name of the default font to use (default Arial) and is the font size (in points,<br />

default 12). Gnuplot does not currently provide a mechanism for embedding fonts in the output file, so<br />

svg viewing programs may substitute other fonts when the file is displayed.<br />

The svg terminal supports an enhanced text mode, which allows font and other formatting commands<br />

to be embedded in labels and other text strings. The enhanced text mode syntax is shared with other<br />

gnuplot terminal types. See enhanced (p. 127) for more details.<br />

SVG allows you to embed fonts directly into an SVG document, or to provide a hypertext link to the<br />

desired font. The fontfile option specifies a local file which is copied into the section of the<br />

resulting SVG output file. This file may either itself contain a font, or may contain the records necessary<br />

to create a hypertext reference to the desired font. Gnuplot will look for the requested file using the<br />

directory list in the GNUPLOT FONTPATH environmental variable.<br />

36.59.63 Svga<br />

The svga terminal driver supports PCs with SVGA graphics. It can only be used if it is compiled with<br />

DJGPP. Its only option is the font.<br />

Syntax:<br />

set terminal svga {""}<br />

36.59.64 Table<br />

Instead of producing a graph, the table terminal prints out the points on which a graph would be based,<br />

i.e., the results of processing the plot or splot command, in a multicolumn ASCII table of X Y {Z} R

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!