avoiding overlap contour lines in matlab

Dear,
How can I fix overlap contour lines in matlab
figure
contourf(x,y,z)

Respuestas (1)

Farshid Daryabor
Farshid Daryabor el 3 de Mayo de 2019

0 votos

please take a look to the contour lines near the coast, those are overlap. "semilog" function is one solution but it doesn't work for my issue, other one is, >> set(gca, 'Zscale', 'log');
>> set(gca, 'ZTickLabel', get(gca,'ZTick'))
also doesn't work. So I'm looking for a good and an proper solution.
thank you for your suggestion

Categorías

Más información sobre Contour Plots en Centro de ayuda y File Exchange.

Preguntada:

el 3 de Mayo de 2019

Respondida:

el 3 de Mayo de 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by