From: Sascha S. <sc...@te...> - 2005-04-14 11:17:07
|
Am Thu, 14 Apr 2005 21:02:09 +1000 hast Du, Robert Leftwich <robert@leftw= ich.info>, mir dies geschrieben: > Sascha Schnepp wrote: >> >> I already posted this some days ago to the list but I'm still hoping f= or >> answers... >> >> I don't like the blackedge of the marker symbols very much. Therefore = I >> changed the markeredgewidth to zero. But this isn't the appropriate >> solution because it makes the markers + and x vanish. Is there a >> possibilty for the markeredge to inherit its color from the marker sym= bol? >> > > I'm not sure of your scenario, but you can specify that the marker edge= and face > colour are the same when calling the axes.plot() function, e.g. > > defaultMarkerColor =3D 'b' > ax.plot(sx, sy, linestyle=3D'None', markersize=3DdefaultMarkerSize, = marker=3D'v', > zorder=3D'1', markerfacecolor=3DdefaultMarkerColor, markeredgecolor=3Dd= efaultMarkerColor) That helped! Thank you! I often don't know which attributes can be used as kwargs... Greetings, Sascha > > Note also that a line has a function set_markeredgecolor() where you ca= n set the > edge colour. > > HTH > > Robert > --=20 -------------------------------------------------------------------------= -- Sascha Schnepp Institut f=FCr Theorie Elektromagnetischer Felder (TEMF) TU Darms= tadt Fachbereich Elektrotechnik und Informationstechnik Schlo=DFgartenstra=DFe 8 / D 64289 Darmstadt phone: +49 (0)6151 1= 6-2261 mailto:sc...@te... fax: +49 (0)6151 16-46= 11 http://www.temf.de PGP-Key: 0xF660E207 (04/15/05) Three o'clock is always too late or too early for anything you want to do. -- Jean-Paul Sartre -------------------------------------------------------------------------= -- |