Multiple streamplots in one figure

Hi. I’ve been making some streamline plots as referenced in https://plotly.com/python-api-reference/generated/plotly.figure_factory.create_streamline.html, but I can’t find a way to put multiple streamlines in one single figure.

As this creates a new figure, I can’t add_trace to it another streamline (in a different color), and, apparently (I can’t find it in the documentation), there’s no function that creates the data for a streamline trace to be added to a figure.

Is there a way to have multiple streamline plots in a single figure?

Thanks!