1PLSHADE(3plplot) PLplot API PLSHADE(3plplot)
2
3
4
6 plshade - Shade individual region on the basis of value
7
9 plshade(a, nx, ny, defined, xmin, xmax, ymin, ymax, shade_min,
10 shade_max, sh_cmap, sh_color, sh_width, min_color, min_width,
11 max_color, max_width, fill, rectangular, pltr, pltr_data)
12
14 Shade individual region on the basis of value. Use plshades(3plplot)
15 if you want to shade a number of regions using continuous colors.
16 plshade(3plplot) is identical to plshade1(3plplot) except for the type
17 of the first parameter. See plshade1(3plplot) for further discussion.
18
19 Redacted form: General: plshade(a, defined, xmin, xmax, ymin, ymax,
20 shade_min, shade_max, sh_cmap, sh_color, sh_width, min_color,
21 min_width, max_color, max_width, fill, rectangular, pltr, pltr_data)
22 Perl/PDL: Not available?
23
24
25 This function is used in example 16.
26
28 a (PLFLT **, input)
29
30
31 nx (PLINT, input)
32
33
34 ny (PLINT, input)
35
36
37 defined (PLINT (*) (PLFLT, PLFLT), input)
38
39
40 xmin (PLFLT, input)
41
42
43 xmax (PLFLT, input)
44
45
46 ymin (PLFLT, input)
47
48
49 ymax (PLFLT, input)
50
51
52 shade_min (PLFLT, input)
53
54
55 shade_max (PLFLT, input)
56
57
58 sh_cmap (PLINT, input)
59
60
61 sh_color (PLFLT, input)
62
63
64 sh_width (PLINT, input)
65
66
67 min_color (PLINT, input)
68
69
70 min_width (PLINT, input)
71
72
73 max_color (PLINT, input)
74
75
76 max_width (PLINT, input)
77
78
79 fill (void (*) (PLINT, PLFLT *, PLFLT *), input)
80
81
82 rectangular (PLBOOL, input)
83
84
85 pltr (void (*) (PLFLT, PLFLT, PLFLT *, PLFLT *, PLPointer) , input)
86
87
88 pltr_data (PLPointer, input)
89
90
91
93 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
94 man page was automatically generated from the DocBook source of the
95 PLplot documentation, maintained by Alan W. Irwin and Rafael
96 Laboissiere.
97
99 PLplot documentation at http://plplot.sourceforge.net/resources.
100
101
102
103 March, 2007 PLSHADE(3plplot)