I've run Seaborn's clustermap and saved the result into a ClusterGrid object named "test". However due to some unknown reason that command didn't show the clustermap unless I run it again, although the "test" isn't empty. It is indeed a ClusterGrid object.
So is there any simple way to show/plot the ClusterGrid since I've saved it? I tried plt.plot but it didn't work.