double axis-3D plot

Hi,

Is it possible to create multiple y,x axis for a 3D plot?

I tried to create the secondary axes with ax.twinx() but I don't know how to
get the right orientation.
<http://matplotlib.1069221.n5.nabble.com/file/n44335/3D-axis.png>

I would appreciate any help

Regards,
Monica

···

--
View this message in context: http://matplotlib.1069221.n5.nabble.com/double-axis-3D-plot-tp44335.html
Sent from the matplotlib - users mailing list archive at Nabble.com.

Unfortunately, no, it isn’t possible (at this time). I really should add code that would raise a NotImplementedError when those methods are called. The problem is primarily with how the position of the axis labels are determined while one rotates the 3d plot area. I would need some sort of flag to indicate that an axis is a twinned axis so that the “other” position is used (and fix a whole bunch of other code that makes certain positioning assumptions). Not impossible to implement for the brave-hearted, but it isn’t possible to jury-rig or work around right now.

Ben Root

···

On Mon, Nov 10, 2014 at 11:42 AM, MonicaGM <gciamota@…287…> wrote:

Hi,

Is it possible to create multiple y,x axis for a 3D plot?

I tried to create the secondary axes with ax.twinx() but I don’t know how to

get the right orientation.

<http://matplotlib.1069221.n5.nabble.com/file/n44335/3D-axis.png>

I would appreciate any help

Regards,

Monica

View this message in context: http://matplotlib.1069221.n5.nabble.com/double-axis-3D-plot-tp44335.html

Sent from the matplotlib - users mailing list archive at Nabble.com.



Matplotlib-users mailing list

Matplotlib-users@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Thanks for your answer. I have been struggling with this for many days...

Regards,
Monica

···

--
View this message in context: http://matplotlib.1069221.n5.nabble.com/double-axis-3D-plot-tp44335p44337.html
Sent from the matplotlib - users mailing list archive at Nabble.com.