1PLGCMAP1_RANGE(3plplot) PLplot API PLGCMAP1_RANGE(3plplot)
2
3
4
6 plgcmap1_range - Get the cmap1 argument range for continuous color
7 plots
8
10 plgcmap1_range(min_color, max_color)
11
13 Get the cmap1 argument range for continuous color plots. (Use
14 plscmap1_range(3plplot) to set the cmap1 argument range.)
15
16 Redacted form: plgcmap1_range(min_color, max_color)
17
18 This function is currently not used in any example.
19
21 min_color (PLFLT_NC_SCALAR(3plplot), output)
22 Returned value of the current minimum cmap1 argument.
23
24 max_color (PLFLT_NC_SCALAR(3plplot), output)
25 Returned value of the current maximum cmap1 argument.
26
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 November, 2019 PLGCMAP1_RANGE(3plplot)