From 5ffc3f0660cc2c4813d705a29723dfaf916e4dbe Mon Sep 17 00:00:00 2001 From: NicolasClairis Date: Wed, 20 Mar 2024 13:43:18 +0100 Subject: [PATCH] Update Violin.m fix for the problem appearing when one uses yyaxis left or yyaxis right where circles appear all around the violin based on the solution proposed here https://github.com/bastibe/Violinplot-Matlab/issues/59 --- Violin.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Violin.m b/Violin.m index 8e52626..ce6ec08 100644 --- a/Violin.m +++ b/Violin.m @@ -422,7 +422,8 @@ end obj.ViolinAlpha = ViolinAlpha; - + set(obj.ViolinPlot, "Marker", "none"); + set(obj.ViolinPlot2, "Marker", "none"); end %% SET METHODS