Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: heatmap #114

Merged
merged 13 commits into from
Mar 2, 2017
Prev Previous commit
Next Next commit
STY: pep8
  • Loading branch information
mortonjt committed Feb 28, 2017
commit 5b0d3bd05044c804dea8c7032037f28e007ac617
1 change: 0 additions & 1 deletion gneiss/plot/tests/test_heatmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def test_basic(self):
res = str(fig.get_axes()[0].get_xticklabels(minor=True)[1])
self.assertEqual(res, "Text(0,0,'b')")


def test_basic_highlights(self):
fig = heatmap(self.table, self.t, self.md, self.highlights)

Expand Down