I have two sets of embeddings from two different GNNs. I want to compare the embeddings by visualization and I want to know which way is the most appropriate way for comparison. Do I fit t-SNE separately for each set of embedding then use the scatter plot? Or do I fit them all into one t-SNE?