Sulli
Sulli

Reputation: 869

Plotly : subplot layout in the online tool

I'm using plotly online (free). I would like to create two subplots side by side.

The documentation for this is here https://help.plot.ly/subplot-layouts/, but it's out-of-date: the button "Subplot & Multiple Axes" doesn't exist anymore.

And I can't find anything under the "subplot" tab.

How do I create two subplots (one trace on each subplot) with plotly?

Upvotes: 0

Views: 262

Answers (1)

Dmitry Shvedov
Dmitry Shvedov

Reputation: 3296

Once you create your two traces (and bind them to data on the grid), make sure to change at least one of the "Axes to Use" on one of them. Than they will both appear on Subplots panel. In the second subplot - set X Overlay and Y Overlay as None, than your two subplots can be completely independent and you can move them around using that rectangle control.

Upvotes: 1

Related Questions