Skip to content

Commit 60bf688

Browse files
committed
Fix example bug
1 parent 4f871f0 commit 60bf688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/subplots.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
"N = 50\n",
189189
"M = 40\n",
190190
"state = np.random.RandomState(51423)\n",
191-
"colors = plot.colors('grays_r', M, left=0.1, right=0.8)\n",
191+
"colors = plot.Colors('grays_r', M, left=0.1, right=0.8)\n",
192192
"datas = []\n",
193193
"for scale in (1, 3, 7, 0.2):\n",
194194
" data = scale * (state.rand(N, M) - 0.5).cumsum(axis=0)[N//2:, :]\n",

0 commit comments

Comments
 (0)