You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
For future reference: update your pandas and matplotlib packages. Versions of pandas-profiling later than 2.4.0 will automatically update these packages.
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.
The text was updated successfully, but these errors were encountered: