From: John H. <jd...@gm...> - 2008-07-16 20:20:33
|
On Wed, Jul 16, 2008 at 3:18 PM, Oz Nahum <na...@gm...> wrote: >>You can transpose your inputs. For numpy arrays: x = x.transpose() > > i wrote: > for np arrays: x = x.transpose() > > but I still get a syntax error. umm.... that was english, not python. They python is x = x.transpose() I know you are anxious to get results fast, but I suggest taking a deep breath and doing a little reading on the numpy and matplotlib tutorials linked on theor respective websites.... JDH |