gkunter / coquery

Coquery is a free corpus query tool for linguists, lexicographers, translators, and anybody who wishes to search and analyse a text corpus.
GNU General Public License v3.0
18 stars 4 forks source link

Heatmaps: check for overlapping labels seems to fail #155

Closed gkunter closed 8 years ago

gkunter commented 8 years ago

Originally reported by: gkunter (Bitbucket: gkunter, GitHub: gkunter)


Test case: ALICE (with POS), output columns Lemma and POS, query strings:

[alice]
[queen]
[king]
[turtle]
[gryphon]
[hatter]
[rabbit]
[dormouse]
[duchess]
[hare]
[caterpillar]
[cat]

The heatmaps for this query have overlapping labels on the x and/or y axis. This may be a problem upstream with the matplotlib Qt backend (one of the seaborn heatmap test fails with this issue). Still, there should either be a patch that hard-fixes this, or the Figure option dialog should include an option to change the direction of the labels.


gkunter commented 8 years ago

Original comment by gkunter (Bitbucket: gkunter, GitHub: gkunter):


Fixed in 47085e8