images from data

"Michael V. De Palatis" <mdepalatis@...1075...> writes:

Would it in principle be difficult to write a function similar to
imshow that can take 3 arrays and plot z (in color, say) as a function
of x and y? To me, it would seem that it would essentially be the same
as the plot function, except that it takes an extra array...

Here's an example based on examples/dynamic_collection.py:

collection_example.py (722 Bytes)