From: Noko P. <np...@an...> - 2007-06-28 08:21:04
|
Hi users, I have the following tiny problem: I have a list of matrices, say A, and I want to plot the coordinates using a pre-detemined function (call it draw) that actually plots the points as spheres (i.e. atom lattice). I want to plot the matrices in A one after the other on the same screen (to see the lattice structure evolution).My program: =20 for points in A: draw(points) =20 only draws the first matrix/structure and does not evolve. What's the trick? =20 Thanks in advance, Noko =20 |