Skip to content
Snippets Groups Projects
Commit a2fc93fe authored by Michael Reuscher's avatar Michael Reuscher
Browse files

problem with violinplot solved

parent 0edc1a04
No related branches found
No related tags found
1 merge request!4Python driver and data analysis part
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment