Gpgetfontpath: Get gnuplot's additional directories, for fonts

Description Usage Arguments Value Author(s) See Also Examples

Description

Gpgetfontpath lists gnuplot's additional directories, for fonts

Usage

1
Gpgetfontpath(handle)

Arguments

handle

handle to the connection

Value

String with a list of gnuplot's additional directories, for fonts

Author(s)

Jose' Gama

See Also

Gpinit

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
#Initialize the gnuplot handle
h1<-Gpinit()
## Not run: 
#set gnuplot's additional search directories for fonts, to the extdata directory
#from Rgnuplot (default)
Gpsetfontpath(h1)
#get gnuplot's additional search directories for fonts
Gpgetfontpath(h1)

## End(Not run)
#close gnuplot handle
h1<-Gpclose(h1)

Rgnuplot documentation built on May 1, 2019, 9:17 p.m.