How to download all graphs into one pdf file

Hi there, is there any way that can download all the graphs to a pdf file

graphs = [dcc.graph(), ..., dcc.graph()]
That is, take such kind of a list as input.

1 Like