Azzera filtri
Azzera filtri

scatterplot points cut in half

3 visualizzazioni (ultimi 30 giorni)
Kulan Sinclair
Kulan Sinclair il 19 Giu 2018
Commentato: Kulan Sinclair il 20 Giu 2018
I'm making a scatterplot and some of the data points are cut in half(eg. become a semicircle) when I use the saveas function to save it as an image (png, jpg etc) but the points are normal when I save it as a figure and I can save it from the figure properly. ie. the points don't get cut in half. Does anyone know how to stop this from happening?
  4 Commenti
Walter Roberson
Walter Roberson il 20 Giu 2018
Odd, that almost looks like it is creating "tiles" and that the tiles are misaligned.
Image Analyst
Image Analyst il 20 Giu 2018
Modificato: Image Analyst il 20 Giu 2018
Can you at least upload a small subset of the (x,y) coordinates so we can try some things? Make sure your scatter() with that data demonstrates the problem. But scatter() does not put lines, I don't think, so were those lines there before? Did you use plot() to put up the lines, then scatter() to put markers on top of the lines? Or did you use plot() instead of scatter() to plot both the markers and the lines?

Accedi per commentare.

Risposta accettata

OCDER
OCDER il 20 Giu 2018
I used to have issues like this too. Try print to save the image instead, and use painters renderer.
print(gcf, 'figure_name.png', '-dpng', '-r300', '-painters')

Più risposte (0)

Categorie

Scopri di più su Discrete Data Plots in Help Center e File Exchange

Prodotti


Release

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by