Skip to content

Commit

Permalink
fix example plot
Browse files Browse the repository at this point in the history
  • Loading branch information
leifwalsh committed Aug 27, 2017
1 parent 5ced77b commit 674db01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1255,7 +1255,6 @@
"import seaborn as sns\n",
"%matplotlib inline\n",
"\n",
"timings = perfume.analyze.bucket_resample_timings(samples, sample_count=10000)\n",
"fig, ax = plt.subplots(figsize=(16, 9))\n",
"for col, color in zip(timings.columns, palettes.Set1[len(timings.columns)]):\n",
" sns.distplot(timings[col], label=col, color=color, ax=ax,\n",
Expand Down

0 comments on commit 674db01

Please sign in to comment.