Re: [Matplotlib-users] Draw data not in rectangular shape

2010-02-01 Thread Torsten Andre
Scott Sinclair wrote: >> On 1 February 2010 11:34, Torsten Andre wrote: >> I've got a a pylab 2D array which I plot using imshow() which just works >> fine. But part of the data within the array is not to be considered nor >> plotted. >> >> My problem

[Matplotlib-users] Draw data not in rectangular shape

2010-02-01 Thread Torsten Andre
Hi there, I've got a a pylab 2D array which I plot using imshow() which just works fine. But part of the data within the array is not to be considered nor plotted. To keep it simple let's assume the data I need is shaped like a triangle. It is no problem to extract the data from the matrix convert