pcolor/plot: marker is hidden
Eric Chassande-Mottin
echassandemottin at gmail.com
Tue May 13 12:32:15 CDT 2008
[x,y,z]=peaks(10);
h1 = pcolor(x,y,z);shading flat;hold on;
h=plot(0,0,'+');
the marker does not appear
set(h,'markersize',1000);
it is "behind" the map
[clev,h2] = contour(x,y,z,5);
the marker appears now in front.
octave:38> version
ans = 3.0.0
gnuplot
G N U P L O T
Version 4.2 patchlevel 2
last modified 31 Aug 2007
--
View this message in context: http://www.nabble.com/pcolor-plot%3A-marker-is-hidden-tp17214101p17214101.html
Sent from the Octave - Bugs mailing list archive at Nabble.com.
More information about the Bug-octave
mailing list