[Numpy-discussion] Numpy logo in VTK

klo uo klonuo at gmail.com
Wed Jun 27 05:40:42 EDT 2012


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: nl.py
Type: application/octet-stream
Size: 1058 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20120627/b9b16497/attachment.obj>


More information about the NumPy-Discussion mailing list