Skip to content
This repository has been archived by the owner on Feb 18, 2025. It is now read-only.

fix working with images tutorial #2

Open
edublancas opened this issue Aug 1, 2022 · 0 comments
Open

fix working with images tutorial #2

edublancas opened this issue Aug 1, 2022 · 0 comments

Comments

@edublancas
Copy link
Collaborator

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)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant