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
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
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
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