Why matlab scatter plot edges looks strange/old fashined?
Mostra commenti meno recenti
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 Commenti
Could you share your renderer info?
info = rendererinfo(gca)
Here's some background info on how the render options may affect the images
I'm also interested in seeing the results of
fig = gcf();
fig.GraphicsSmoothing
dpb
il 5 Ago 2020
Have better luck with symbols other than the diamond with the diagonal lines...your example uses square and circle.
Zeynab Mousavikhamene
il 5 Ago 2020
Zeynab Mousavikhamene
il 5 Ago 2020
Sudheer Bhimireddy
il 6 Ago 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.
Zeynab Mousavikhamene
il 6 Ago 2020
Risposte (0)
Categorie
Scopri di più su Surface and Mesh Plots in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!