contour_plot function



Hello Robert,

On Thursday 04 January 2007 23:23, you wrote:
> I just committed it. Thanks for the reminder.
>
> > Is it possible to plot data with it? I also think that possibility to
> > make plots for z(i,j),x(i,j),y(i,j), where x,y are coordinates, would
> > make it more powerfull.
>
> I'm sorry, I don't understand what you mean here.
> Can you send me a link to an example of such a plot?
Well, I never did it under gnuplot.
z - is array of data to plot
with plplot interface to python it could be like
 plcont(z[:,:],x[:,:],y[:,:]).
 here x, y are coordinates of (i,j) node
The beauty that it make possible to draw contours in curvlinear regions

best wishes
Valery