Plotting real time data, with multiple sets on a 3D scatter plot using plotly graph objects

Hello. I am trying to live update a 3D graph in plotly graph objects using multiple data sets. I got the live updating part down… I can’t figure out how to display multiple data sets using go.Scatter3d. Does anyone know if this is possible?

tldr: I have two unique data sets for x,y,z that I would like to compare on the same plot using graph objects

Also, I have already tried using plotly express to do this, and it will not work for me as my graphs are being updated dynamically, and I cannot dynamically append pandas dataframes with the same key.