Hi Folks!

I want to use the function levelplot but I want the colorbar at the bottom
so the folloing code should work...

import Numeric as N
from rpy import *
a = N.array([1,2,3],[4,5,6]],N.Float)
r.plot_(with_mode(NO_CONVERSION,r.lattice)(a,colorkey_space = 'bottom'))

but I still get the colorbar to the right. the same goes for changing the
values at the tick marks...

Im running python 2.4.3 and a recent rpy and libraries any thoughts?


mvh
Ernst



-------------------------------------------------------------------------
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 Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to