nbsnapshot
nbsnapshot copied to clipboard
fix working with images tutorial
see: https://stackoverflow.com/a/50929373/709975
fix:
%config InlineBackend.print_figure_kwargs = {'bbox_inches':None}
_, ax = plt.subplots(figsize=(8, 6))
sns.histplot(df.HouseAge, ax=ax)