Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

need to have inline plots visuals on zeppelin .. #18

Open
Handys1 opened this issue Jun 13, 2019 · 0 comments
Open

need to have inline plots visuals on zeppelin .. #18

Handys1 opened this issue Jun 13, 2019 · 0 comments

Comments

@Handys1
Copy link

Handys1 commented Jun 13, 2019

used the code as below
fig, axs = plt.subplots(1, 4, figsize=(16, 4))
hdf_filled.cols['Parch'].hist(ax=axs[0])
hdf_filled.cols['SibSp'].hist(ax=axs[1])
hdf_filled.cols['Age'].boxplot(ax=axs[2], k=3)
hdf_filled.cols['Fare'].boxplot(ax=axs[3], k=3)
plt.show()

the plots are shown on the popup windows rather than inline.
How to have plots inline on the zeppelin?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant