Layout of app

Hi

Is there a way to change the layout of elements in an app?
Lets say I want the input pane on the left side of the screen, then the right side would be divided into 2 (2 rows, 1 column) so that the upper part would be a table and then below it a Plotly graph?
At the moment I’ve gotten to the point where I have used the PlotlyAndDataView, then the page is divided into 3 columns, left is the input, then the graph and then a DataResult

Martin

Hi @Martin ,

Nice to see you’ve found your way to the forum! Welcome!

Right now, the PlotlyAndDataView would be the maximum numbers of ‘columns’ your application can contain. If you want more complex Plotly figures, I would recommend Plotly’s subplots, and create this yourself.

Hi @rvandijk

Thanks for the directions and happy new year!
Found what I was looking for on the Plotly web
Plotly table subplots

1 Like