Skip to content

Conversation

@jnumainville
Copy link
Collaborator

Originally failing was the following:

import deephaven.plot.express as dx
tips = dx.data.tips() # import a ticking version of the Tips dataset

# create 4 plots from within make_subplots
tipping_plots = dx.make_subplots(
    dx.scatter(tips, x="TotalBill", y="Tip", by="Sex",
        title="Tip amount by total bill"),
     dx.scatter(tips, x="TotalBill", y="Tip", by="Sex",
        title="Tip amount by total bill"),
    rows=2, cols=1, shared_xaxes=True, shared_yaxes=False
)

Added docs for shared axes as well

@jnumainville jnumainville requested review from a team and mofojed and removed request for a team May 6, 2025 18:48
@github-actions github-actions bot requested a review from margaretkennedy May 6, 2025 18:49
@github-actions
Copy link

github-actions bot commented May 6, 2025

plotly-express docs preview (Available for 14 days)

mofojed
mofojed previously approved these changes May 7, 2025
@jnumainville
Copy link
Collaborator Author

@margaretkennedy can I get a docs review?

@github-actions
Copy link

plotly-express docs preview (Available for 14 days)

@jnumainville jnumainville merged commit e53b165 into deephaven:main May 15, 2025
17 checks passed
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

Successfully merging this pull request may close these issues.

3 participants