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
Provide minimal padding for inside tick labels case of bar, heatmap, line plots #5325
Conversation
|
@archmoj this looks great for including padding in the cases it was previously ignored. Do you want to sort out why the line case is getting such huge padding in the y direction in this PR, or do that in a separate PR? |
I'll try to address it in this PR. |
|
the heatmap case is a bit of an edge-case but this seems correct to me. I'm not sure what the point would be of putting the labels on the inside for a heatmap but if that's what they're asking for that's what they should get, I think. An eventual |
0581849
to
cf68ae7
Compare

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Fixes #5322 and fixes #5321 (padding for line plots & unnecessary padding).
Demo1:
barBefore vs After
Demo2:
line plotBefore vs After
Demo3:
heatmapBefore vs After
TODO:
@plotly/plotly_js