[Numpy-discussion] Numpy logo in VTK

Virgil Stokes vs at it.uu.se
Wed Jun 27 11:20:53 EDT 2012


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20120627/ce91cddc/attachment.html>


More information about the NumPy-Discussion mailing list