You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
Is there any way to plot two sankey diagrams in the same html? I'm trying to do a visual comparison so that the relative size of the lines are proportional (and thus both sankeys are comparable but still separate) to each other? Thanks for any tips.
The text was updated successfully, but these errors were encountered:
Hi @JFA-CT assuming you are using ipysankeywidget to show the Sankey diagrams in a Jupyter notebook, you can set the scale of the diagrams by setting the SankeyWidget's scale attribute.
Something like
scale=0.2# SVG units per data unitw=weave(...).to_widget()
w.scale=scalew# at end of a cell it gets displayed (or you can use IPython display(w) explicitly)
Hi there,
Is there any way to plot two sankey diagrams in the same html? I'm trying to do a visual comparison so that the relative size of the lines are proportional (and thus both sankeys are comparable but still separate) to each other? Thanks for any tips.
The text was updated successfully, but these errors were encountered: