We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Should all charts be wrapped with
_DEFAULT_WIDTH = 400 return alt.Chart(...).(...)..properties(width=kwargs.get('width', _DEFAULT_WIDTH))
This would make fewer data points barchart also look consistently sized. As opposed to using rangeStep.
For facet charts, perhaps, _DEFAULT_WIDTH could be applied for each column or approximately be chart width?
_DEFAULT_WIDTH
cc @jakevdp
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Should all charts be wrapped with
This would make fewer data points barchart also look consistently sized. As opposed to using rangeStep.
For facet charts, perhaps,
_DEFAULT_WIDTH
could be applied for each column or approximately be chart width?cc @jakevdp
The text was updated successfully, but these errors were encountered: