Re: [Matplotlib-users] anomalous line segment in path rendering

2010-05-28 Thread Eric Firing
On 05/28/2010 09:10 AM, Richard Ree wrote: > On Fri, May 28, 2010 at 12:02 PM, Eric Firing wrote: >> On 05/28/2010 06:31 AM, Richard Ree wrote: >>> To visualize trees, I'm creating Path objects that draw horizontal and >>> vertical lines between connected nodes. I make sure to end these >>> paths

Re: [Matplotlib-users] anomalous line segment in path rendering

2010-05-28 Thread Richard Ree
On Fri, May 28, 2010 at 12:02 PM, Eric Firing wrote: > On 05/28/2010 06:31 AM, Richard Ree wrote: >> To visualize trees, I'm creating Path objects that draw horizontal and >> vertical lines between connected nodes.  I make sure to end these >> paths with a MOVETO code and the final vertex, and a ST

Re: [Matplotlib-users] anomalous line segment in path rendering

2010-05-28 Thread Eric Firing
On 05/28/2010 06:31 AM, Richard Ree wrote: > To visualize trees, I'm creating Path objects that draw horizontal and > vertical lines between connected nodes. I make sure to end these > paths with a MOVETO code and the final vertex, and a STOP code and the > final vertex. But I consistently see an

Re: [Matplotlib-users] interpolation and colormaps, over and under colors

2010-05-28 Thread T J
On Thu, May 27, 2010 at 5:44 PM, Eric Firing wrote: > You can't do this via any manipulation of the colormap, or any fancier > colormap specification--instead, you have to manipulate the data value.  For > example, you could identify the "over" values in your data, and then use 2-D > interpolation