[Matplotlib-users] How to draw matrix

2006-10-20 Thread Khem Raj
Hi I am new to matplotlib and I am trying to use it to draw a matrix. I would want to give a different color to each box depending upon the value this matrix element has Could someone help me in quick start meanwhile I am looking into documentation. Thanks khem -

Re: [Matplotlib-users] how replot

2006-10-19 Thread Khem Raj
you can use draw() On 10/19/06, Esdras Caleb <[EMAIL PROTECTED]> wrote: > There is some command to replot the grafic? > > - > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly w

[Matplotlib-users] origin='upper' nor working with pcolor

2006-10-19 Thread Khem Raj
Hi I have been trying to plot a matrix and want to start from top left corner. I tried to use 'matshow' and it worked the way I wanted but that could not satisfy other needs like I needed to plot something else over the matrix and also needed shading='faceted' which I could not set using matshow