This is cool. It would be nice to put these things somewhere where they could
be available for reference.
-Travis
On Jun 27, 2012, at 10:20 AM, Virgil Stokes wrote:
> On 27-Jun-2012 11:40, klo uo wrote:
>> I continued in this mpl trip, with small animation sequence:
>>
>> ========================================
>> # animation
>> ax.view_init(90,-90)
>> plt.ion()
>> plt.draw()
>> plt.show()
>>
>> for l in arange(25):
>> ax.set_xlim3d(1.5-.1*l,2.5+.1*l)
>> ax.set_ylim3d(1.5-.1*l,2.5+.1*l)
>> ax.view_init(90-3*l, -90+l)
>> plt.draw()
>>
>> plt.title("NumPy")
>> plt.ioff()
>> plt.show()
>> ========================================
>>
>> Try it or check it out on YouTube: www.youtube.com/watch?v=mpYPS_zXAFw
>>
>> Whole script in attachment
>>
>>
>> _______________________________________________
>> NumPy-Discussion mailing list
>> [email protected]
>> http://mail.scipy.org/mailman/listinfo/numpy-discussion
> +1 --- looks good.
> --V
> _______________________________________________
> NumPy-Discussion mailing list
> [email protected]
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
_______________________________________________
NumPy-Discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion