Colors in Polar Plots dissapearing when Scaling colorbar
1 回表示 (過去 30 日間)
古いコメントを表示
I am changing the colorbar scale using the caxis command --- caxis([1 2]) --- (for 3 polar plots) but in all the cases the colors in the plot are disappearing.
I don't know why this is happening. Please help.
2 件のコメント
回答 (1 件)
José-Luis
2012 年 11 月 6 日
Please read the documentation
doc caxis
From the description of your problem I would guess that the values in PhC are either all inferior to the inferior limit in caxis or larger than the superior limit. That would cause your plot to have only one color.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Color and Styling についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!