From: mb on
I'm trying to plot two overlying contour plots. I want to plot a line only contour on top of a filled contour plot.

I manage to plot both separately, but when I plot them together I only get a blue plot. I think I can solve the problem by using

> caxis([min max])

but I'm not sure how to choose the min and max values.

Anyone who knows?

mb
From: mb on
I think I've solved my problem.

By plotting the filled contourplot as a surface plot insted I managed to see both plots in the same figure.
From: Wosen Eshetu on

I have got the same problem
is there any one, who tell me how



"mb " <marit.berger(a)student.lu.se> wrote in message <hrug9f$k02$1(a)fred.mathworks.com>...
> I think I've solved my problem.
>
> By plotting the filled contourplot as a surface plot insted I managed to see both plots in the same figure.