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()
20
21
22 This function is not used in any examples.
23
25 Many developers (who are credited at http://plplot.org/credits.php)
26 have contributed to PLplot over its long history.
27
29 PLplot documentation at http://plplot.org/documentation.php.
30
31
32
33 September, 2020 PLCLEAR(3plplot)