On Fri, Oct 15, 2010 at 3:10 AM, Robert Fenwick
<robert.fenw...@irbbarcelona.org> wrote:

> I have a 3d plot that I am trying to plot and I can not get rid of the marker 
> edge. an example would help


What have you tried -- if line is a Line3D object, the following should work:

  line.set_markeredgecolor('None')

Note that 'None' is a string here, not the python object None.  This
is because None in matplotlib properties means do the default, ie the
default value specified in matplotlibrc

http://matplotlib.sourceforge.net/users/customizing.html

JDH

------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to