Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

plserver(1) [debian man page]

PLSERVER(1)						      General Commands Manual						       PLSERVER(1)

NAME
plserver - PLplot graphics server SYNOPSIS
plserver [args] DESCRIPTION
This manual page documents briefly the plserver, command. plserver is just a front-end to the pltkMain() function. Structured along the preferred lines for extended wish'es. It typically runs as a child process from the PLplot TK driver to render output. Can use either TK send or Tcl-DP RPC for communication, depending on how it is invoked. Note that plserver can be used the same way as wish or dpwish, as it contains the functionality of each of these (except the -notk Tcl-DP command-line option is not supported). SEE ALSO
See /usr/share/doc/plplot/plplot.ps.gz for more details. AUTHOR
This manual page was written by Rafael Laboissiere <rafael@debian.org>. PLSERVER(1)

Check Out this Related Man Page

PLINIT(3plplot) 						    PLplot API							   PLINIT(3plplot)

NAME
plinit - Initialize PLplot SYNOPSIS
plinit() DESCRIPTION
Initializing the plotting package. The program prompts for the device keyword or number of the desired output device. Hitting a RETURN in response to the prompt is the same as selecting the first device. plinit(3plplot) will issue no prompt if either the device was specified previously (via command line flag, the plsetopt(3plplot) function, or the plsdev(3plplot) function), or if only one device is enabled when PLplot is installed. If subpages have been specified, the output device is divided into nx by ny subpages, each of which may be used inde- pendently. If plinit(3plplot) is called again during a program, the previously opened file will be closed. The subroutine pladv(3plplot) is used to advance from one subpage to the next. Redacted form: plinit() This function is used in all of the examples. AUTHORS
Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This man page was automatically generated from the DocBook source of the PLplot documentation, maintained by Alan W. Irwin and Rafael Laboissiere. SEE ALSO
PLplot documentation at http://plplot.sourceforge.net/resources. August, 2012 PLINIT(3plplot)
Man Page

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

(perl) Microsoft SQL Server client for solaris. cant find it...

let me save everyone the pain that it caused me. This is all free. And make sure it is in this order 1) make sure you have the latest version of perl installed 2) make sure you have NET:aemon installed 3) make sure you have RPC::PlServer & PlClient (the bundle has both) 4) make sure... (3 Replies)
Discussion started by: Optimus_P
3 Replies

2. Programming

Perl DBI install with gcc compiler

I want to install the Perl DBI module on to my solaris ultra 10. Solaris ultra 10 does not come with a C compiler so I downloaded gcc compiler. Then I ran install as follows: # cd DBI-1.30 # ls blib DBI.xs Driver.xst Perl.c test.pl Changes dbi_sql.h ... (2 Replies)
Discussion started by: photon
2 Replies

3. Shell Programming and Scripting

PERL DBI module install

We ran into an issue trying to install DBI and DB2 modules for perl for AIX from the link http://www-306.ibm.com/software/data/db2/perl/ We tried to install the DBI module using bash# perl -MCPAN -e 'install DBI' command. However we ended up with the following error. Stop. ... (3 Replies)
Discussion started by: jerardfjay
3 Replies

4. Shell Programming and Scripting

perl DBI/DBD Module -in cygwin

Hi all, I am trying to install the DBI module in perl using perl -MCPAN -e shell install 'DBI' --It is installing into the nuild directory properly but when it try to make it is saying NOT OK -I tried to copy the module manually to the /lib/perl5/vendor_perl ... (3 Replies)
Discussion started by: jambesh
3 Replies