Skip to content

Commit a6c81bb

Browse files
committed
fix_patch_face_color
1 parent c2cbf77 commit a6c81bb

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)