1PLTEXT(3plplot) PLplot API PLTEXT(3plplot)
2
3
4
6 pltext - Switch to text screen
7
9 pltext()
10
12 Sets an interactive device to text mode, used in conjunction with
13 plgra(3plplot) to allow graphics and text to be interspersed. On a de‐
14 vice which supports separate text and graphics windows, this command
15 causes control to be switched to the text window. This can be useful
16 for printing diagnostic messages or getting user input, which would
17 otherwise interfere with the plots. The program must switch back to
18 the graphics window before issuing plot commands, as the text (or con‐
19 sole) device will probably become quite confused otherwise. If already
20 in text mode, this command is ignored. It is also ignored on devices
21 which only support a single window or use a different method for shift‐
22 ing focus (see also plgra(3plplot)).
23
24 Redacted form: pltext()
25
26 This function is used in example 1.
27
29 Many developers (who are credited at http://plplot.org/credits.php)
30 have contributed to PLplot over its long history.
31
33 PLplot documentation at http://plplot.org/documentation.php.
34
35
36
37 July, 2023 PLTEXT(3plplot)