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 in‐
13 teractive devices back into text mode and frees up any memory that was
14 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.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 January, 2023 PLEND(3plplot)