Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

plvpas(3plplot) [debian man page]

PLVPAS(3plplot) 						    PLplot API							   PLVPAS(3plplot)

NAME
plvpas - Specify viewport using coordinates and aspect ratio SYNOPSIS
plvpas(xmin, xmax, ymin, ymax, aspect) DESCRIPTION
Device-independent routine for setting up the viewport. The viewport is chosen to be the largest with the given aspect ratio that fits within the specified region (in terms of normalized subpage coordinates). This routine is functionally equivalent to plvpor(3plplot) when a ``natural'' aspect ratio (0.0) is chosen. Unlike plvasp(3plplot), this routine reserves no extra space at the edges for labels. Redacted form: plvpas(xmin, xmax, ymin, ymax, aspect) This function is used in example 9. ARGUMENTS
xmin (PLFLT, input) The normalized subpage coordinate of the left-hand edge of the viewport. xmax (PLFLT, input) The normalized subpage coordinate of the right-hand edge of the viewport. ymin (PLFLT, input) The normalized subpage coordinate of the bottom edge of the viewport. ymax (PLFLT, input) The normalized subpage coordinate of the top edge of the viewport. aspect (PLFLT, input) Ratio of length of y axis to length of x axis. 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 PLVPAS(3plplot)

Check Out this Related Man Page

PLSVPA(3plplot) 						    PLplot API							   PLSVPA(3plplot)

NAME
plsvpa - Specify viewport in absolute coordinates SYNOPSIS
plsvpa(xmin, xmax, ymin, ymax) DESCRIPTION
Alternate routine to plvpor(3plplot) for setting up the viewport. This routine should be used only if the viewport is required to have a definite size in millimeters. The routine plgspa(3plplot) is useful for finding out the size of the current subpage. Redacted form: plsvpa(xmin, xmax, ymin, ymax) This function is used in example 10. ARGUMENTS
xmin (PLFLT, input) The distance of the left-hand edge of the viewport from the left-hand edge of the subpage in millimeters. xmax (PLFLT, input) The distance of the right-hand edge of the viewport from the left-hand edge of the subpage in millimeters. ymin (PLFLT, input) The distance of the bottom edge of the viewport from the bottom edge of the subpage in millimeters. ymax (PLFLT, input) The distance of the top edge of the viewport from the bottom edge of the subpage in millimeters. 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 PLSVPA(3plplot)
Man Page

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

16:9 aspect ratio in X windows

How do I set X so that it has a 16:9 aspect ratio? I am trying to load it onto a display monitor, the bootloader and comand line run in 16:9 but when x starts it goes to a normal ratio. (0 Replies)
Discussion started by: Winzernotman
0 Replies

2. Shell Programming and Scripting

Storing values in arrays using csh

I am reading a number of files but then I want to put the ranges xmin xmax ymin ymax as arrays for each file. Any idea how I can do this??? set j = 1 echo "Welcome $i times" while ( $j <= $i ) echo "$j" set fname = $fin-bst-misf.xy echo " "$fname ... (0 Replies)
Discussion started by: kristinu
0 Replies

3. UNIX for Advanced & Expert Users

Print particular time upto the next occurance

Hi Guys, I am having some issue in one aspect. I am having data like - 00:00 X-1 Y-1 Z-4 A-5 E-6 . . . . 01:00 Z-9 X-1 Z-5 A-8 E-7 (2 Replies)
Discussion started by: aniketdixit
2 Replies