Skip to content

Commit e0718a5

Browse files
Merge pull request #8 from hydrocoast/fix
Delete leftover conflict messages
2 parents 46c2702 + 5e3a749 commit e0718a5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

daviolinplot/daviolinplot.m

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,11 +182,8 @@
182182
addParameter(p, 'colors', get(gca,'colororder'));
183183
addParameter(p, 'violinalpha', 1);
184184
addParameter(p, 'violinwidth', 1);
185-
<<<<<<< HEAD
186185
addParameter(p, 'violinmin',[]);
187186
addParameter(p, 'violinmax',[]);
188-
=======
189-
>>>>>>> 87178648104a9d2e1b75fee13c302ddb3d365bee
190187
addParameter(p, 'smoothing','default');
191188
addParameter(p, 'box', 2);
192189
addParameter(p, 'boxcolors', 'k');
@@ -560,4 +557,4 @@
560557
xlim([gpos(1)-3*box_width, gpos(end)+3*box_width]); % adjust x-axis margins
561558

562559

563-
end
560+
end

0 commit comments

Comments
 (0)