Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pladv(3plplot) [debian man page]

PLADV(3plplot)							    PLplot API							    PLADV(3plplot)

NAME
pladv - Advance the (sub-)page SYNOPSIS
pladv(sub) DESCRIPTION
Advances to the next subpage if sub=0, performing a page advance if there are no remaining subpages on the current page. If subpages aren't being used, pladv(3plplot)(0) will always advance the page. If sub>0, PLplot switches to the specified subpage. Note that this allows you to overwrite a plot on the specified subpage; if this is not what you intended, use pleop(3plplot) followed by plbop(3plplot) to first advance the page. This routine is called automatically (with sub=0) by plenv(3plplot), but if plenv(3plplot) is not used, pladv(3plplot) must be called after initializing PLplot but before defining the viewport. Redacted form: pladv(sub) This function is used in examples 1,2,4,6-12,14-18,20,21,23-27,29,31. ARGUMENTS
sub (PLINT, input) Specifies the subpage number (starting from 1 in the top left corner and increasing along the rows) to which to advance. Set to zero to advance to the next subpage. 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 PLADV(3plplot)

Check Out this Related Man Page

PLBOP(3plplot)							    PLplot API							    PLBOP(3plplot)

NAME
plbop - Begin a new page SYNOPSIS
plbop() DESCRIPTION
Begins a new page. For a file driver, the output file is opened if necessary. Advancing the page via pleop(3plplot) and plbop(3plplot) is useful when a page break is desired at a particular point when plotting to subpages. Another use for pleop(3plplot) and plbop(3plplot) is when plotting pages to different files, since you can manually set the file name by calling plsfnam(3plplot) after the call to pleop(3plplot). (In fact some drivers may only support a single page per file, making this a necessity.) One way to handle this case auto- matically is to page advance via pladv(3plplot), but enable familying (see plsfam(3plplot)) with a small limit on the file size so that a new family member file will be created on each page break. Redacted form: plbop() This function is used in examples 2,20. 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 PLBOP(3plplot)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Aix Cloning

Is there anyone out there who knows anything about aix cloning? I would be very grateful for any information at all. Thanking you in advance :) (4 Replies)
Discussion started by: annette
4 Replies

2. UNIX for Dummies Questions & Answers

Motd

Does anyone know how to get the IP Address of the connecting client to apear in the MOTD I am new to linux and I was wondering if this was possible thanks in advance. :D :confused: :D (4 Replies)
Discussion started by: DragonLenage
4 Replies

3. Shell Programming and Scripting

Covert rows into one line data

Hi , I have a file (a.txt ) with data : 17 18 19 I wants to make file which will have data as : 17,18,19 Can anyone please suggest me the way or any code snippet. Thanks in advance. Regards, VJ (8 Replies)
Discussion started by: vj_76
8 Replies

4. UNIX for Advanced & Expert Users

what is the difference between @# and @*?

hi please provide some Examples.. Thanks in advance (6 Replies)
Discussion started by: rochitsharma
6 Replies

5. UNIX for Dummies Questions & Answers

Variables

i have a script i want that two varibles to be copied to another file. can anyone help me with this Thanks in advance Gina (3 Replies)
Discussion started by: gina
3 Replies

6. UNIX for Advanced & Expert Users

NOTICE: HTFS: No space on dev hd (1/42)

If somebody solve this error please help me! Thanks in advance! :confused: (7 Replies)
Discussion started by: FCollet
7 Replies

7. Shell Programming and Scripting

nested loop problem

Please see the following script. basic="a b c" advance="d e f" A="basic advance" for g in $A do echo $g done The result would be obviously basic advance I want to ask how can i get the following result using $A in for loop a b c (5 Replies)
Discussion started by: mmunir
5 Replies

8. UNIX for Dummies Questions & Answers

ls- l and du

Hi everyone: I was wondering if anyone can tell me why the size of a file listed using "du" and "ls -l" is different. Thanks in advance.. (4 Replies)
Discussion started by: yanhu
4 Replies

9. Shell Programming and Scripting

Function Call

Hi, I have a string corresponding to a function. How I can call that function without if statement? Thanks in advance. (4 Replies)
Discussion started by: Zaxon
4 Replies

10. AIX

topas -P output to file

Hi, I need to output to a file, what will be ftp'ed to windows the output of a topas -P command in AIX. I can't install anything in the server (because it's the bank AIX server) but i need to control and keep the history of the % cpu that my processes use. I tried to use topas -R >>... (7 Replies)
Discussion started by: jtmartins
7 Replies

11. Shell Programming and Scripting

removing unwanted characters from a file

i have a file like this 1111_2222#$#$dudgfdk 11111111_343434#$#$334 1111_22222#43445667 i want to remove all those charachetrs from # how can i do this Thank in advance Saravanan (4 Replies)
Discussion started by: saravanan71184
4 Replies

12. Solaris

Advance 2 Days

Hi, Anyone can help me, how to used the advance 2 days? today is : 20090915 i need to get the date : 20090917 in the OS level Thanks, DBM (4 Replies)
Discussion started by: dba_macau
4 Replies

13. UNIX for Dummies Questions & Answers

What is Orca?

Hi All, Please can you advise what is ORCA and why it is used in UNIX. Many thanks in advance. Best Regards, Shazin (3 Replies)
Discussion started by: Shazin
3 Replies

14. UNIX for Dummies Questions & Answers

Recursively listing of the file

Hi, I want to list out the files for a particular date recursively along with timestamp and directory name . I tried using command ls -lRt this list out all the files along with directory structure but i want for a particular date so i tried with ls -lRt | grep 20110809 in... (9 Replies)
Discussion started by: Abhi2910
9 Replies

15. AIX

AIX Query

Can anyone tell me what the syntax :.: in a script means?? Thanks in advance (3 Replies)
Discussion started by: fergalmur
3 Replies