Why matlab scatter plot edges looks strange/old fashined?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am intersted to make a plot similor to:
Here is what matlab plots:
I changed the edge width and it became worse:
I tried plot as well. It looks the same. Any idea how can I make the edge line of the marker look similar to the first plot?
7 Kommentare
Sudheer Bhimireddy
am 6 Aug. 2020
Instead of screenshots, try printing the figure as 'png' or 'epsc' with a higher resolution and check.
print(fig_handle,fig_Name,'-dpng','-r400');
I have been using MATLAB for generating publication quality figures and never faced this kind of problem.
Hope this helps.
Antworten (0)
Siehe auch
Kategorien
Mehr zu Scatter Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!