Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

plsvpa(3plplot) [debian 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)

Check Out this Related Man Page

PLGSPA(3plplot) 						    PLplot API							   PLGSPA(3plplot)

NAME
plgspa - Get current subpage parameters SYNOPSIS
plgspa(xmin, xmax, ymin, ymax) DESCRIPTION
Gets the size of the current subpage in millimeters measured from the bottom left hand corner of the output device page or screen. Can be used in conjunction with plsvpa(3plplot) for setting the size of a viewport in absolute coordinates (millimeters). Redacted form: plgspa(xmin, xmax, ymin, ymax) This function is used in example 23. ARGUMENTS
xmin (PLFLT *, output) Pointer to variable with position of left hand edge of subpage in millimeters. xmax (PLFLT *, output) Pointer to variable with position of right hand edge of subpage in millimeters. ymin (PLFLT *, output) Pointer to variable with position of bottom edge of subpage in millimeters. ymax (PLFLT *, output) Pointer to variable with position of top edge of 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 PLGSPA(3plplot)
Man Page

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to execute Grep in Perl.

$ grep edge test_1 |sort|uniq >result.txt $more result.txt edge-a-pas01.com 10.12.10.11 edge-b-pas02.com 10.12.10.12 edge-c-pas03.com 10.12.10.50 edge-d-pas03.com 10.12.10.10 how do we execute the above grep command using perl? Thanks in advance. (3 Replies)
Discussion started by: sureshcisco
3 Replies

2. UNIX for Advanced & Expert Users

Cutting edge IT software - what's out there and what do you use

(7 Replies)
Discussion started by: frustrated1
7 Replies

3. 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

4. Shell Programming and Scripting

Comparing multiple network files (edge lists)

I want to compare 4 edge-lists to basically see if an edge is present in all 4 networks. The issue is that an edge A-B in one file can be present as B-A in another file. Example: Input 1: net1.txt A B 0.1 C D 0.65 D E 0.9 E A 0.7 Input 2: net2.txt A Z 0.1 C D 0.65 E D 0.9 E A... (1 Reply)
Discussion started by: Sanchari
1 Replies