Improve a scattering plot: How to make it clearer?
古いコメントを表示
I'm plotting a bifurcation diagram, but I'm getting a non-clear plot. I would like to make smaller markers in this plot to improve visualization, how could I do this? I'm pretty newbie in Matlab, thefore sorry if this question is too obvious. Also, I would like to plot the ticks using LaTeX fonts, is there any way to do this?
My plotting code:
figure(41)
plot(intervala, stablex,'.', 'color', 'k', 'MarkerSize', .5); hold on; axis([0 1.25 -2.5 2.5]); hold off; %axis square;
xlabel('$$a$$');
ylabel('$$X$$');
The produced picture:

Thanks in advance!
1 件のコメント
SrinivasHarsha
2022 年 4 月 26 日
Hi Image Analyst,
we need a help from you
can you send a response to my mail if possible.
we will contact you reg: image processing help
my mail id: srinivas.nato@gmail.com
採用された回答
その他の回答 (1 件)
Image Analyst
2022 年 4 月 25 日
1 投票
If youi use the plot tools (above the upper right corner of your plot box) can you zoom in and see the lines clearer? That may be what you have to do.
1 件のコメント
SrinivasHarsha
2022 年 4 月 26 日
Hi Image Analyst,
we need a help from you
can you send a response to my mail if possible.
we will contact you reg: image processing help
my mail id: srinivas.nato@gmail.com
カテゴリ
ヘルプ センター および File Exchange で Annotations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
