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 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
26 man page was automatically generated from the DocBook source of the
27 PLplot documentation, maintained by Alan W. Irwin and Rafael
28 Laboissiere.
29
31 PLplot documentation at http://plplot.sourceforge.net/resources.
32
33
34
35 March, 2007 PLGRA(3plplot)