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

MultiIndex does not work with matplotlib #97

Open
cheremovsky opened this issue Sep 3, 2023 · 1 comment
Open

MultiIndex does not work with matplotlib #97

cheremovsky opened this issue Sep 3, 2023 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed matplotlib

Comments

@cheremovsky
Copy link

When table_conversion='matplotlib' is used multi-indexed dataframes are rendered incorrectly — multiindex is getting rolled back to the columns — as if I called .reset_index()
dfi.export(last_reses, 'dream_strats.png', table_conversion='matplotlib')

How it looks:
Screenshot 2023-09-03 at 14 57 06

How it should look:
Screenshot 2023-09-03 at 14 57 45

@PaleNeutron
Copy link
Collaborator

PaleNeutron commented Sep 3, 2023

It is as designed.

Multi-index calculation is too complex for current simulation way in matplotlib. But it will work in any browser convert method.

I am glad to accept a PR if you can provide an implementation.

@PaleNeutron PaleNeutron added enhancement New feature or request help wanted Extra attention is needed labels Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed matplotlib
Projects
None yet
Development

No branches or pull requests

2 participants