Skip to content

Commit de179e5

Browse files
committed
Merge pull request #39 from plotly/patch_face_fix
fix_patch_face_color
2 parents c2cbf77 + a6c81bb commit de179e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/plotlyfig_aux/helpers/extractPatchFace.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
switch patch_data.FaceColor
3535

3636
case 'none'
37-
marker.color = 'rgba(0,0,0,0,)';
37+
marker.color = 'rgba(0,0,0,0)';
3838

3939
case {'flat','interp'}
4040

0 commit comments

Comments
 (0)