I think it should be possible to do unsorted scatter plot, so you can
avoid the second loop. Maybe the current source doesn't allow for,
but it's certainly possible (hu, I'm not that aquainted with current
z-sorting code, so maybe I'm wrong?) It may be that current z-sorting
uses the mesh grid.
One point caught my attention: Maybe use sets, or check in loop 1 if
you do not duplicate x or y data?
Do you mask the mesh points not used?
Friedrich
P.S.: And make shure to select "Answer to all" :-)
2010/4/2 ericyosho <eri...@gm...>:
> Thanks, Friendrich,
>
> So the only problem narrows down to whether I've got to loop through
> the dict to form all the arrays, or there might be some way to define
> a "formatter", so that when I apply this formatter on to the
> dictionary, it splits the data into arrays properly.
>
> Zhe Yao
>
|