plfp(z, y, x, n[, <keylist>])
If z is of type unsigned char (Python typecode "b"), it is used ``as is''; otherwise, it is linearly
scaled to fill the current palette, as with the bytscl function.
The following keyword arguments can be specified with this function.
legend, hide, top, cmin, cmax
See ``Plot Function Keywords'' on page
for detailed descriptions of these keywords. (See the
bytscl function description on page
for explanation of top, cmin, cmax.)
z = array([190,100, 130,100,50,190,160,100,50,100,130], 'b') y = array ([1.0, 2.0, 7.0, 8.0, 1.0, 1.0, 2.0, 0.0, 1.0, 1.0, 1.0, 1.0, 2.0, 1.0, 2.0, 2.0, 2.0, 1.0, 8.0, 7.0, 2.0, 2.0, 7.0, 7.0, 7.0, 8.0, 8.0, 7.0, 7.0, 8.0, 7.0, 8.0, 8.0, 8.0, 8.0, 9.0]) x = array ([0.0, 1.0, 1.0, 0.0, 0.0, 1.5, 1.0, 1.5, 3.0, 0.0, 1.5, 3.0, 2.0, 1.5, 2.0, 1.0, 2.0, 3.0, 3.0, 2.0, 1.0, 2.0, 2.0, 1.0, 2.0, 3.0, 1.5, 1.0, 2.0, 1.5, 1.0, 1.5, 0.0, 0.0, 3.0, 1.5]) n = array ([4, 3, 3, 3, 3, 4, 4, 3, 3, 3, 3]) plfp (z, y, x, n)