Ok, I'll switch to English.
What I want to do is to plot a lot of colored data in x-y plane, which colors correspond to their
intensities. I could plot data at a set of arbitrary coordinate values in XYGraph. But XYGraph
plots data only in monotone.
I have several samples of IntensityGraph. All of them plot colored data at regular coordinate
values. I need to plot colored data at the locations of arbitrary x,y values.
I guess that three vectors(x,y values and its intensity) must be cast for plotting data in IntensityGraph.
Could you show me the way for casting them?
Do you know the other ways for solving it?
Thank you.
shimoy