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
First, thank you for providing this great libary! I faced an issue on rather large data sets, in particular when option x_labels is set to False. Suggests to insert an if x_labels == True: before, similar as it is done on bottom of function. Because, whe I don't want to plot labels, why should plt.xticks(x) be executed?
First, thank you for providing this great libary! I faced an issue on rather large data sets, in particular when option
x_labels
is set toFalse
. Suggests to insert anif x_labels == True:
before, similar as it is done on bottom of function. Because, whe I don't want to plot labels, why shouldplt.xticks(x)
be executed?recmetrics/recmetrics/plots.py
Line 44 in 082536a
The text was updated successfully, but these errors were encountered: