# HG changeset patch # User Ben Abbott # Date 1317331770 14400 # Node ID e749d0b568c851f35d0e101b1a37bd8e9c05d1fc # Parent e0ef7a3f35d979865d285a65ad8788739a0493f4 Revert unintended part of changeset e0ef7a3f35d9. diff --git a/scripts/plot/private/__patch__.m b/scripts/plot/private/__patch__.m --- a/scripts/plot/private/__patch__.m +++ b/scripts/plot/private/__patch__.m @@ -289,7 +289,7 @@ if (ndims (c) == 3) fvc = reshape (c, size (c, 1) * size (c, 2), size(c, 3)); else - fvc = c.'; + fvc = c(:).'; endif args = {"faces", faces, "vertices", vert, "facevertexcdata", fvc, args{:}};