3d + log

Hi all,

Is there a way to define logarithmic axes when using axes3d ?

lines like
ax = axes3d.Axes3D(fig)

ax.semilogx()
or
ax.set_xscale('log')

fail !

Thanks,

yves

···

--
                                                 (o o)
--------------------------------------------oOO--(_)--OOo-------
  Yves Revaz
  Laboratory of Astrophysics EPFL
  Observatoire de Sauverny Tel : ++ 41 22 379 24 28
  51. Ch. des Maillettes Fax : ++ 41 22 379 22 05
  1290 Sauverny e-mail : Yves.Revaz@...2003...
  SWITZERLAND Web : http://www.lunix.ch/revaz/
----------------------------------------------------------------

Yves Revaz wrote:

Hi all,

Is there a way to define logarithmic axes when using axes3d ?

lines like
ax = axes3d.Axes3D(fig)

ax.semilogx()
or
ax.set_xscale('log')

fail !

Thanks,

yves

You are on your own with axes3d. It has been unmaintained for a long time, and therefore it has been removed from the svn trunk.

Eric