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

Set maximum number of columns for Pandas columns #19

Open
boydgreenfield opened this issue May 7, 2019 · 2 comments
Open

Set maximum number of columns for Pandas columns #19

boydgreenfield opened this issue May 7, 2019 · 2 comments
Assignees

Comments

@boydgreenfield
Copy link
Contributor

boydgreenfield commented May 7, 2019

In our recent blog post example, the PDF export includes a table that overflows. We should probably have a pd.set_max_columns (note I don't actually remember if this is the real function name) settings call in the PDFification prelude to ensure we don't get overflows. Ditto for plots.

image

@boydgreenfield
Copy link
Contributor Author

Figures look like maybe the legend can overflow a bit too:

image

@boydgreenfield
Copy link
Contributor Author

Final minor issue, it looks like code formatted text can have weird padding on it in the PDF rendering:

image

becomes:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants