~ubuntu-branches/ubuntu/intrepid/plplot/intrepid

« back to all changes in this revision

Viewing changes to doc/docbook/src/plbop.3plplot

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2006-11-04 10:19:34 UTC
  • mfrom: (2.1.8 edgy)
  • Revision ID: james.westby@ubuntu.com-20061104101934-mlirvdg4gpwi6i5q
Tags: 5.6.1-10
* Orphaning the package
* debian/control: Changed the maintainer to the Debian QA Group

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" This page was automatically generated.  Do not edit!
2
2
.\" 
3
 
.TH PLBOP 3plplot  "June, 2004" "" "PLplot API"
 
3
.TH PLBOP 3plplot  "May, 2006" "" "PLplot API"
4
4
.SH NAME
5
5
\fBplbop\fP - Begin a new page
6
6
.SH SYNOPSIS
8
8
.SH DESCRIPTION
9
9
 
10
10
.P
11
 
Begins a new page.  For a file driver, the output file is opened if necessary.  Advancing the page via \fBpleop\fP(3plplot) and \fBplbop\fP(3plplot) is useful when a page break is desired at a particular point when plotting to subpages.  Another use for \fBpleop\fP(3plplot) and \fBplbop\fP(3plplot) is when plotting pages to different files, since you can manually set the file name (or file handle) by calling \fBplsfnam\fP(3plplot) or \fBplsfile\fP(3plplot) after the call to \fBpleop\fP(3plplot) (in fact some drivers may only support a single page per file, making this a necessity).  One way to handle this case automatically is to page advance via \fBpladv\fP(3plplot), but enable familying (see \fBplsfam\fP(3plplot)) with a small limit on the file size so that a new family member file will be created on each page break. 
 
11
Begins a new page.  For a file driver, the output file is opened if necessary.  Advancing the page via \fBpleop\fP(3plplot) and \fBplbop\fP(3plplot) is useful when a page break is desired at a particular point when plotting to subpages.  Another use for \fBpleop\fP(3plplot) and \fBplbop\fP(3plplot) is when plotting pages to different files, since you can manually set the file name by calling \fBplsfnam\fP(3plplot) after the call to \fBpleop\fP(3plplot). (In fact some drivers may only support a single page per file, making this a necessity.)  One way to handle this case automatically is to page advance via \fBpladv\fP(3plplot), but enable familying (see \fBplsfam\fP(3plplot)) with a small limit on the file size so that a new family member file will be created on each page break. 
12
12
.SH AUTHORS
13
13
Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot.  This man page
14
14
was automatically generated from the DocBook source of the PLplot