We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bfed8a commit f80a491Copy full SHA for f80a491
1 file changed
dabest/misc_tools.py
@@ -1018,6 +1018,7 @@ def lookup_value(text):
1018
ticks_with_counts.append(f"{t}\n(N={value})")
1019
1020
fontsize_rawxlabel = plot_kwargs.get("fontsize_rawxlabel")
1021
+ set_major_loc_method(plt.FixedLocator(get_ticks()))
1022
set_label(ticks_with_counts, fontsize=fontsize_rawxlabel)
1023
1024
# Ensure ticks are at the correct locations
0 commit comments