Re: [Matplotlib-users] Roll and offset around viewpoint with Axes3D

2011-05-05 Thread Benjamin Root
On Thu, May 5, 2011 at 6:32 PM, Frederic Vogt wrote: > > As for the roll issue described below : > > how hard would it be to implement something similar to > > tr = Affine2D().scale(2, 1).rotate_deg(30) > > inside mplot3D ? Where should I start ? > > All I want basically is define my viewpoint wi

Re: [Matplotlib-users] Roll and offset around viewpoint with Axes3D

2011-05-05 Thread Frederic Vogt
As for the roll issue described below : how hard would it be to implement something similar to tr = Affine2D().scale(2, 1).rotate_deg(30) inside mplot3D ? Where should I start ? All I want basically is define my viewpoint with 6 parameters (elev, azim, distance, roll, pitch and yaw), and not j

[Matplotlib-users] Roll and offset around viewpoint with Axes3D

2011-05-01 Thread Frederic Vogt
Hello, I am using the scatter function and axes3D. I can define my viewpoint on my data points using the elev and azim parameters. But I am looking for more specification of the viewpoint : namely, I want to roll (i.e. rotate around the view axis) and offset it (i.e. get sideways, not rotate aroun