Hi, you’ll need a dcc.Graph()for each figure you want to show.
dcc.Graph()
You could however create a figure including subplots which I would not recommend.