Be careful when using things like imshow for heatmaps when your figsize is this small. You need to set interpolation="nearest" or some other methods, otherwise the vector version you export doesn't have a good quality heatmap.

Comments