Re: [Matplotlib-users] double axis-3D plot

2014-11-10 Thread MonicaGM
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. -

Re: [Matplotlib-users] double axis-3D plot

2014-11-10 Thread Benjamin Root
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

[Matplotlib-users] double axis-3D plot

2014-11-10 Thread MonicaGM
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. I would appreciate any help Regards, Monica -- View this