フィルターのクリア

Can not add box and ticks to a colorbar

4 ビュー (過去 30 日間)
qaqcvc
qaqcvc 2020 年 8 月 17 日
回答済み: qaqcvc 2020 年 8 月 23 日
Hi guys, I can not add box and ticks to my colorbar. My code is
surf(xx,yy,zz)
cb = colorbar;
cb.Ticks = [13 15 17 19];
cb.TickDirection = 'out';
cb.TickLabelInterpreter = 'latex';
cb.Box = 'on';
cb.Position = [0.88 0.15 0.03 0.7];
cb.FontSize = 8;
Then I got this figure
I have tried to make the box on the changed the ticks length, but nothing happened.
If I use export_fig to output pdf files. I got:
You seem to be using axes that have overlapping/hidden graphic elements.
Setting axes.SortMethod='ChildOrder' may solve potential problems in EPS/PDF export.
But I don't understand the meaning.
The output pdf file has ticks and the box as shown:
Any idea?
Thanks!
  4 件のコメント
Adam Danz
Adam Danz 2020 年 8 月 17 日
編集済み: Adam Danz 2020 年 8 月 17 日
I have r2019b but you'll need to provide a complete example that I can copy-paste (and perhaps load variables) so I can run it. Make sure the example produces the problem on your end.
Also, check that you're using the most up-do-date version of export_fig. The author has recently made updates.
qaqcvc
qaqcvc 2020 年 8 月 23 日
This problem is from my AMD graphic driver.
After updating my AMD graphic driver, the problem is solved.

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

採用された回答

qaqcvc
qaqcvc 2020 年 8 月 23 日
This problem is from my AMD graphic driver.
After updating my AMD graphic driver, the problem is solved.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeRed についてさらに検索

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by