Re: [Matplotlib-users] how to use transforms to rotate and shift a group of objects

2014-07-16 Thread Benjamin Root
Have you read through the transformation tutorial? http://matplotlib.org/users/transforms_tutorial.html There is a section on how to do a shadow transformation that might be helpful. Obviously, you wouldn't need to create the second artist, but it does show how to customize the transform on a per-

[Matplotlib-users] how to use transforms to rotate and shift a group of objects

2014-07-16 Thread Dr. Johannes Zellner
Hi, I'd like to plot several objects which are defined in coordinate systems which are local to each object in a common plot. The objects (and the corresponding local coordinate systems) are rotated and translated wrt. a global reference point. I tried something like r = matplotlib.transforms.