1PLEND(3plplot) PLplot API PLEND(3plplot)
2
3
4
6 plend - End plotting session
7
9 plend()
10
12 Ends a plotting session, tidies up all the output files, switches
13 interactive devices back into text mode and frees up any memory that
14 was allocated. Must be called before end of program.
15
16 By default, PLplot's interactive devices (Xwin, TK, etc.) go into a
17 wait state after a call to plend or other functions which trigger the
18 end of a plot page. To avoid this, use the plspause(3plplot) function.
19
20 Redacted form: plend()
21
22 This function is used in all of the examples.
23
25 Many developers (who are credited at http://plplot.source‐
26 forge.net/credits.php) have contributed to PLplot over its long his‐
27 tory.
28
30 PLplot documentation at http://plplot.sourceforge.net/documenta‐
31 tion.php.
32
33
34
35 August, 2017 PLEND(3plplot)