1PLSCMAP1_RANGE(3plplot) PLplot API PLSCMAP1_RANGE(3plplot)
2
3
4
6 plscmap1_range - Set the cmap1 argument range for continuous color
7 plots
8
10 plscmap1_range(min_color, max_color)
11
13 Set the cmap1 argument range for continuous color plots that correā
14 sponds to the range of data values. The maximum range corresponding to
15 the entire cmap1 palette is 0.0-1.0, and the smaller the cmap1 argument
16 range that is specified with this routine, the smaller the subset of
17 the cmap1 color palette that is used to represent the continuous data
18 being plotted. If min_color is greater than max_color or max_color is
19 greater than 1.0 or min_color is less than 0.0 then no change is made
20 to the cmap1 argument range. (Use plgcmap1_range(3plplot) to get the
21 cmap1 argument range.)
22
23 Redacted form: plscmap1_range(min_color, max_color)
24
25 This function is currently used in example 33.
26
28 min_color (PLFLT(3plplot), input)
29 The minimum cmap1 argument. If less than 0.0, then 0.0 is used
30 instead.
31
32 max_color (PLFLT(3plplot), input)
33 The maximum cmap1 argument. If greater than 1.0, then 1.0 is
34 used instead.
35
36
38 Many developers (who are credited at http://plplot.org/credits.php)
39 have contributed to PLplot over its long history.
40
42 PLplot documentation at http://plplot.org/documentation.php.
43
44
45
46 January, 2021 PLSCMAP1_RANGE(3plplot)