From a6c81bbf99d4704baea6f44c90f0e8d527f44756 Mon Sep 17 00:00:00 2001 From: BRONSOLO Date: Tue, 24 Feb 2015 12:24:53 -0500 Subject: [PATCH] fix_patch_face_color --- plotly/plotlyfig_aux/helpers/extractPatchFace.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotly/plotlyfig_aux/helpers/extractPatchFace.m b/plotly/plotlyfig_aux/helpers/extractPatchFace.m index 62c97b16..08282fc1 100644 --- a/plotly/plotlyfig_aux/helpers/extractPatchFace.m +++ b/plotly/plotlyfig_aux/helpers/extractPatchFace.m @@ -34,7 +34,7 @@ switch patch_data.FaceColor case 'none' - marker.color = 'rgba(0,0,0,0,)'; + marker.color = 'rgba(0,0,0,0)'; case {'flat','interp'}