I want to return multiple graphs but getting only single graph as output

Hi, you’ll need a dcc.Graph()for each figure you want to show.

You could however create a figure including subplots which I would not recommend.