Skip to content

fix: DH-19036: Fix failing subplot creation#1176

Merged
jnumainville merged 3 commits into
deephaven:mainfrom
jnumainville:19036_subplots_error
May 15, 2025
Merged

fix: DH-19036: Fix failing subplot creation#1176
jnumainville merged 3 commits into
deephaven:mainfrom
jnumainville:19036_subplots_error

Conversation

@jnumainville

Copy link
Copy Markdown
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

github-actions Bot commented May 6, 2025

Copy link
Copy Markdown

plotly-express docs preview (Available for 14 days)

mofojed
mofojed previously approved these changes May 7, 2025
@jnumainville

Copy link
Copy Markdown
Collaborator Author

@margaretkennedy can I get a docs review?

Comment thread plugins/plotly-express/docs/sub-plots.md Outdated
Co-authored-by: margaretkennedy <82049573+margaretkennedy@users.noreply.github.com>
@github-actions

Copy link
Copy Markdown

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