Prev: graphs
Next: Exporting classregtree tree plot
From: ZikO on 14 Feb 2010 09:10 Hello, Can someone tell if it's possible to colorize markers in pcolor or surface graph according to used colormap and values of data instead of actual "patches"? for example: y =1:20; x=1:10; z = round(rand(20,10)*20); surface(x,y,z, 'Marker', 'o', 'MarkerSize', 10, ... 'MarkerEdgeColor','k', 'FaceColor', 'w'); I am wondering if there is an option to bound colormap, which differ colors of patches according to values, actually to MarkerFaceColor property. Thanks.
|
Pages: 1 Prev: graphs Next: Exporting classregtree tree plot |