Khem Raj wrote:
> 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 c
Hi, group,
I am wondering if matplotlib can make a plot look like the
attached one. Basically, the y-axis was collapsed to show both one
extreme value and the rest of smaller values.
Thanks.
Chunlei
-
Usi
CS=pylab.contour(X,Y,Z)
pylab.clabel(CS, inline=1, fontsize=10)
Le mercredi 18 octobre 2006 17:03, [EMAIL PROTECTED] a écrit :
> HI, all:
> How to label the each line by the corresponding values in the contour plot?
> Thanks!
>
-
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
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 with pre-integrated technology to make your job easier
Download IBM WebSphere Applic
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
Stefan
Here is short test program:
from pylab import *
import windrose
figure(figsize=(8,8))
vVeloc = [ 0.2, 0.08, 0.2, 0.35, 0.09, 0.45, 0.5, 0.2, 0.33, 0.44, 0.22, 0.07 ]
vDir = [ 65., 58., 59., 74., 231., 168., 183., 166., 214., 255., 60., 62.]
freq,ax=windrose.windplot(vVeloc,vDir,counts=F