---------------------------------------------------------------------------
KeyboardInterrupt Traceback (most recent call last)
<ipython-input-31-dac86c793b49> in <module>()
----> 1 seaborn.heatmap(df.T)
/home/jfear/opt/miniconda2/envs/ase/lib/python2.7/site-packages/seaborn/matrix.pyc in heatmap(data, vmin, vmax, cmap, center, robust, annot, fmt, annot_kws, linewidths, linecolor, cbar, cbar_kws, cbar_ax, square, ax, xticklabels, yticklabels, mask, **kwargs)
444 if square:
445 ax.set_aspect("equal")
--> 446 plotter.plot(ax, cbar_ax, kwargs)
447 return ax
448
/home/jfear/opt/miniconda2/envs/ase/lib/python2.7/site-packages/seaborn/matrix.pyc in plot(self, ax, cax, kws)
224 # Possibly rotate them if they overlap
225 plt.draw()
--> 226 if axis_ticklabels_overlap(xtl):
227 plt.setp(xtl, rotation="vertical")
228 if axis_ticklabels_overlap(ytl):
/home/jfear/opt/miniconda2/envs/ase/lib/python2.7/site-packages/seaborn/utils.pyc in axis_ticklabels_overlap(labels)
467 try:
468 bboxes = [l.get_window_extent() for l in labels]
--> 469 overlaps = [b.count_overlaps(bboxes) for b in bboxes]
470 return max(overlaps) > 1
471 except RuntimeError:
/home/jfear/opt/miniconda2/envs/ase/lib/python2.7/site-packages/matplotlib/transforms.pyc in count_overlaps(self, bboxes)
668 """
669 return count_bboxes_overlapping_bbox(
--> 670 self, np.atleast_3d([np.array(x) for x in bboxes]))
671
672 def expanded(self, sw, sh):
KeyboardInterrupt: