# HG changeset patch # User Markus Mützel # Date 1550863296 -3600 # Node ID 3b0af21841d4511f7e2da42959647713d67682fa # Parent 2f550a8122d5f4235a9ec5d75236931e8de96f11 __scatter__.m: Add comment to explain order of properties (bug #55751). diff -r 2f550a8122d5 -r 3b0af21841d4 scripts/plot/draw/private/__scatter__.m --- a/scripts/plot/draw/private/__scatter__.m Fri Feb 22 11:12:02 2019 +0100 +++ b/scripts/plot/draw/private/__scatter__.m Fri Feb 22 20:21:36 2019 +0100 @@ -330,6 +330,8 @@ && strcmp (toolkit, "gnuplot")); if (ischar (c) || ! isflat || gnuplot_hack) if (filled) + ## "facecolor" and "edgecolor" must be set before any other properties + ## to skip co-planarity check (see bug #55751). __go_patch__ (hg, "facecolor", "none", "edgecolor", "none", "xdata", x, "ydata", y, "zdata", z, "faces", 1:numel (x), "vertices", vert,