On Mon, Jan 23, 2012 at 2:21 PM, Tony Yu <tsy...@gmail.com> wrote:

>
>
> On Mon, Jan 23, 2012 at 2:43 PM, reckoner <recko...@gmail.com> wrote:
>
>> Hi,
>>
>> I am trying to create a sequence of rotated rectangles of various
>> sizes/orientations.  I have been looking at the following page:
>>
>> http://matplotlib.sourceforge.net/devel/transformations.html
>>
>> But I can't find any examples of how to use these transformations and
>> then show the resulting figures. I am trying to create a sequence of
>> frames for a rectangle tumbling forward. This means I would need to
>> daisychain the transformations noted above.
>>
>> Any help getting started would be greatly appreciated!
>>
>>
> Have you seen the Transformations 
> Tutorial<http://matplotlib.sourceforge.net/users/transforms_tutorial.html>?
> It has a number of usage examples.
>
> Cheers,
> -Tony
>
>
Do note that while I think what you want to do is techinically feasible,
the Transformation framework is probably not really intended for this
purpose and may feel awkward. That being said, I think that this example
may be the closest to what you want to do:

http://matplotlib.sourceforge.net/users/transforms_tutorial.html#using-offset-transforms-to-create-a-shadow-effect

Cheers!
Ben Root
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to