<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    You're now reminding me of the old spinning SGI logo....<br>
    <br>
    <a href="http://www.youtube.com/watch?v=Nqf6TjE49N8">http://www.youtube.com/watch?v=Nqf6TjE49N8</a><br>
    <br>
    Brennan<br>
    <br>
    On 27/06/2012 10:40 a.m., klo uo wrote:
    <blockquote
cite="mid:CAA-8Ld-OoDvE27BkCHCLEf3NFjRq5w3YrDbiEBAM1a_PZe5NpQ@mail.gmail.com"
      type="cite">
      <pre wrap="">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: <a class="moz-txt-link-abbreviated" href="http://www.youtube.com/watch?v=mpYPS_zXAFw">www.youtube.com/watch?v=mpYPS_zXAFw</a>

Whole script in attachment
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
NumPy-Discussion mailing list
<a class="moz-txt-link-abbreviated" href="mailto:NumPy-Discussion@scipy.org">NumPy-Discussion@scipy.org</a>
<a class="moz-txt-link-freetext" href="http://mail.scipy.org/mailman/listinfo/numpy-discussion">http://mail.scipy.org/mailman/listinfo/numpy-discussion</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>