Can I plot multiple go.Figure object into one plot

Iโ€™ve plot the go.Figure object and make it animates. Since animation need a layout, frames and
data so this can be done by using go.Figure() (Following this
example on plotly blog). But I have 2 plots which is I want to show it in one html page or make it be a subplots. So how can I do this. Iโ€™m not sure is it possible to make a subplot of go.Figure().

Thank you for your help

Hi @xezxey welcome to the forum! Did you already take a look at the documentation tutorial on subplots ?

1 Like

Yes i did check it already but i think subplots by using make_subplots and add_trace canโ€™t have a go.Figure() as an input agrument. So it doesnโ€™t work in my case.

Thank you for your reply.