Re: [Matplotlib-users] 3d plot without marker edge

2010-10-15 Thread Daniel Hyams
Ugh, if I could only undo an email send 20 seconds after I hit go ;) If setting 'edgewidths' to 0 doesn't work, try setting 'edgecolors' to 'None' as per JDH's suggestion above, which is the same suggestion as mine except for the "marker" part of the property is removed. On Fri, Oct 15, 2010 at 1

Re: [Matplotlib-users] 3d plot without marker edge

2010-10-15 Thread Daniel Hyams
Since you are talking about markers, I assume that you made the plot with the scatter() function. The scatter() function creates the appropriate collection of patches (polygon, circle, etc.) depending on what the marker style was passed to it. As such, the normal 'marker*' properties do not work

Re: [Matplotlib-users] 3d plot without marker edge

2010-10-15 Thread John Hunter
On Fri, Oct 15, 2010 at 3:10 AM, Robert Fenwick 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 'Non

[Matplotlib-users] 3d plot without marker edge

2010-10-15 Thread Robert Fenwick
Hi, 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 Bryn -- Download new Adobe(R) Flash(R) Builder(TM) 4 The new Adobe(R) Flex(R) 4 and Flash(R) Builder(T