[Numpy-discussion] Numpy logo in VTK

Travis Oliphant travis at continuum.io
Wed Jun 27 11:37:28 EDT 2012


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
>> NumPy-Discussion at scipy.org
>> http://mail.scipy.org/mailman/listinfo/numpy-discussion
> +1 --- looks good.
> --V
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion at scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20120627/63f2a4f0/attachment.html>


More information about the NumPy-Discussion mailing list