1PLCLEAR(3plplot) PLplot API PLCLEAR(3plplot)
2
3
4
6 plclear - Clear current (sub)page
7
9 plclear()
10
12 Clears the current page, effectively erasing everything that have been
13 drawn. This command only works with interactive drivers; if the driver
14 does not support this, the page is filled with the background color in
15 use. If the current page is divided into subpages, only the current
16 subpage is erased. The nth subpage can be selected with
17 pladv(3plplot)(n).
18
19 Redacted form: General: plclear() Perl/PDL: Not available?
20
21
22 This function is not used in any examples.
23
25 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
26 man page was automatically generated from the DocBook source of the
27 PLplot documentation, maintained by Alan W. Irwin and Rafael
28 Laboissiere.
29
31 PLplot documentation at http://plplot.sourceforge.net/resources.
32
33
34
35 July, 2010 PLCLEAR(3plplot)