1PLGRA(3plplot) PLplot API PLGRA(3plplot)
2
3
4
6 plgra - Switch to graphics screen
7
9 plgra()
10
12 Sets an interactive device to graphics mode, used in conjunction with
13 pltext(3plplot) to allow graphics and text to be interspersed. On a
14 device which supports separate text and graphics windows, this command
15 causes control to be switched to the graphics window. If already in
16 graphics mode, this command is ignored. It is also ignored on devices
17 which only support a single window or use a different method for shiftâ
18 ing focus. See also pltext(3plplot).
19
20 Redacted form: plgra()
21
22 This function is used in example 1.
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 July, 2023 PLGRA(3plplot)