Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

plsdiori(3plplot) [debian man page]

PLSDIORI(3plplot)						    PLplot API							 PLSDIORI(3plplot)

NAME
plsdiori - Set plot orientation SYNOPSIS
plsdiori(rot) DESCRIPTION
Set plot orientation parameter which is multiplied by 90 degrees to obtain the angle of rotation. Note, arbitrary rotation parameters such as 0.2 (corresponding to 18 degrees) are possible, but the usual values for the rotation parameter are 0., 1., 2., and 3. corresponding to 0 degrees (landscape mode), 90 degrees (portrait mode), 180 degrees (seascape mode), and 270 degrees (upside-down mode). If pls- diori(3plplot) is not called the default value of rot is 0. N.B. aspect ratio is unaffected by calls to plsdiori(3plplot). So you will probably want to change the aspect ratio to a value suitable for the plot orientation using a call to plsdidev(3plplot) or the command-line options -a or -freeaspect. For more documentation of those options see the PLplot documentation. Such command-line options can be set internally using plsetopt(3plplot) or set directly using the command line and parsed using a call to plparseopts(3plplot). Redacted form: plsdiori(rot) This function is not used in any examples. ARGUMENTS
rot (PLFLT, input) Plot orientation parameter. 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 PLSDIORI(3plplot)

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

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Help Plotting

I need to plot some files with the extension .plot, which I believe is a UNIX Plot(5) extension. Is UNIX Plot(5) something that I must download, or is it already built into UNIX? If it is already built in, is there a trick to actually plotting the files? Is there anything online that I could... (0 Replies)
Discussion started by: evenkolder
0 Replies

2. UNIX for Dummies Questions & Answers

Use of ". ./dbrprofile.xx" command

Hi, Can anyone pls let me know wats the use of the command ". ./dbrprofile.xx". Thanks in advance. Regards, Deepakh. (2 Replies)
Discussion started by: Deepakh
2 Replies

3. UNIX for Dummies Questions & Answers

0403-027 The parameter list is too long.

hi when i ran the following command rm *_F i got this error 0403-027 The parameter list is too long. It shd remove 5000(around) files pls help me on this. why its throwing this error how to rectify this error (5 Replies)
Discussion started by: romiljain
5 Replies