Skip to content

Commit

Permalink
fixed intersection of xticklabels for Sample index
Browse files Browse the repository at this point in the history
  • Loading branch information
d-kleine committed Nov 6, 2024
1 parent b0c8642 commit ccae7a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mlxtend/evaluate/time_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,8 @@ def plot_split_indices(cv, cv_args, X, y, groups, n_splits, image_file_path=None
ax.tick_params(axis="both", which="major", labelsize=13)
ax.tick_params(axis="both", which="minor", labelsize=13)

ax.xaxis.set_major_locator(MaxNLocator(integer=True))

plt.tight_layout()

if image_file_path:
Expand Down

0 comments on commit ccae7a0

Please sign in to comment.