avoiding overlap contour lines in matlab

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

1 件のコメント

darova
darova 2019 年 5 月 3 日
What do you mean? Can you show on your image?

サインインしてコメントする。

回答 (1 件)

Farshid Daryabor
Farshid Daryabor 2019 年 5 月 3 日

0 投票

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

カテゴリ

ヘルプ センター および File ExchangeContour Plots についてさらに検索

質問済み:

2019 年 5 月 3 日

回答済み:

2019 年 5 月 3 日

Community Treasure Hunt

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

Start Hunting!

Translated by