Skip to content

Commit fd97694

Browse files
committed
plotting script
1 parent 765de41 commit fd97694

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

plot_predictions.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,6 @@ def boxplot(df, x=None, y=None, hue=None, axx=None):
159159
rc('xtick', labelsize=14)
160160
rc('ytick', labelsize=14)
161161

162-
n_datasets = len(df['dataset'].unique())
163-
palette = color_palette(n_datasets)
164-
165162
sns.boxplot(data=df, x=x, y=y, fliersize=0, linewidth=2,
166163
boxprops={'facecolor': 'lightcyan', 'edgecolor': '.0'},
167164
width=0.9, ax=axx)

0 commit comments

Comments
 (0)