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

Keyword rotation not in plot.xaxis.set_tick_params(rotation=45) #267

Closed
hackerprofile opened this issue Sep 27, 2019 · 2 comments
Closed
Labels
bug 🐛 Something isn't working

Comments

@hackerprofile
Copy link

Hey,

plot.xaxis.set_tick_params(rotation=45) in the "pandas-profiling/pandas_profiling/view/plot.py"
is throwing an error hope in the matplotlib the plt.xaxis.set_tick_params(**kargs) there is no the "rotation" in the keyword arguments and before that you specified it as *args but we have only **kargs in the function.

@hackerprofile hackerprofile added the bug 🐛 Something isn't working label Sep 27, 2019
@sbrugman
Copy link
Collaborator

Could you provide the minimal information to reproduce this error?

  • the minimal code you are using to generate the report
  • which environment you are using (jupyter notebook, console or IDE) and packages (pip freeze > packages.txt)
  • a sample or description of the dataset (df.head(), df.info())

@sbrugman
Copy link
Collaborator

For future reference: update your pandas and matplotlib packages. Versions of pandas-profiling later than 2.4.0 will automatically update these packages.

https://stackoverflow.com/questions/59466985/keyword-rotation-is-not-recognized-pandas-profiling

@sbrugman sbrugman added this to the next release milestone Jan 23, 2020
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

2 participants