Skip to content

Commit

Permalink
Merge pull request #12 from faisito/patch-2
Browse files Browse the repository at this point in the history
Update 05_datasets.ipynb
  • Loading branch information
johnowhitaker committed Jan 18, 2023
2 parents 8d9853d + d710c06 commit 58cdeb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbs/05_datasets.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@
" if figsize is None: figsize=(ncols*imsize, nrows*imsize)\n",
" fig,ax = plt.subplots(nrows, ncols, figsize=figsize, **kwargs)\n",
" if suptitle is not None: fig.suptitle(suptitle)\n",
" if nrows*ncols==1: ax = array([ax])\n",
" if nrows*ncols==1: ax = np.array([ax])\n",
" return fig,ax"
]
},
Expand Down

0 comments on commit 58cdeb2

Please sign in to comment.