diff --git a/visualizer/visualizer/SeabornPlotter.py b/visualizer/visualizer/SeabornPlotter.py
index 8d445f955c9f1c8d8bcc6c91317f6afd34c39b38..35cf48dae36b9918cef692cb366a1f5915b6cbf0 100644
--- a/visualizer/visualizer/SeabornPlotter.py
+++ b/visualizer/visualizer/SeabornPlotter.py
@@ -17,7 +17,7 @@ class SeabornPlotter:
         title = "Procedure: {}".format(self.name)
 
         f, ax = plt.subplots(figsize=(16, 9))
-        sns.violinplot(x=x, y=y, s=5, color=".15", palette="light:b", inner="points",
+        sns.violinplot(x=x, y=y, s=5, color=".15", palette="light:b", cut=0, inner="points",
                        hue=list(self.dataframe.index.get_level_values(0)))
         if self.name == "dump" or self.name == "write" or self.name == "open" or self.name == "wait":
             ax.set_yscale('symlog', linthresh=0.1)