alok-ai-lab / pyDeepInsight

A python implementation of the DeepInsight methodology.
GNU General Public License v3.0
157 stars 47 forks source link

How to plot the figure in the README.md #45

Closed ljw-struggle closed 3 months ago

ljw-struggle commented 3 months ago

image

I'm very interested in plotting this figure. Can you give a demo script to plot this figure?

Sincerely, Jiawei

kaboroevich commented 3 months ago

I've created a Google collab linked gist that generates a similar image with generated data. I am not sure it is the optimal way to generate subplots/subfigures. Also, to ensure the manifold mapping is preserved between the two discretization methods, private internal attributes and methods need to be accessed.

ljw-struggle commented 3 months ago

I've created a Google collab linked gist that generates a similar image with generated data. I am not sure it is the optimal way to generate subplots/subfigures. Also, to ensure the manifold mapping is preserved between the two discretization methods, private internal attributes and methods need to be accessed.

Thank you for your answer, it helps me a lot!