I have multiple figures created using plotly.graph_objs.Figure({“data”:data, “layout”:layout}).
I can plot these individually in iPython Notebook( i.e. plotly.offline.iplot(figure) ) but what I would really like to do is put them as subplots in a larger image (they are stacked bar charts with custom layouts and I can’t get them to subplot nicely.
Is there a way I can say stack these 4 figures into one figure?