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 is that I don't know how to plot the data agai
>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 is that I don't know how to plot the data again.
Hi Torsten,
Use NumPy ma
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