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

Dynamically sized heatmap #3

Closed
andschneider opened this issue May 12, 2021 · 1 comment
Closed

Dynamically sized heatmap #3

andschneider opened this issue May 12, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@andschneider
Copy link
Collaborator

The current sizing of the heat map doesn't display well on smaller sized terminals.

I think I need to calculate the size of the current terminal window and then change the size of the heat map accordingly. Additionally, there are 3 columns and 3 rows in the heat map, so the overall size of the heat map should be equally divisible by 3 (or just find closest number divisible by 3 for row and col size?).

@andschneider andschneider added the bug Something isn't working label May 12, 2021
@andschneider andschneider self-assigned this May 12, 2021
@andschneider andschneider added this to the v0.1.0 release milestone May 12, 2021
@andschneider
Copy link
Collaborator Author

closed in PR #7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant