We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3087524 + 8bef03d commit 1256097Copy full SHA for 1256097
samplot/__init__.py
@@ -1,2 +1,2 @@
1
#!/usr/bin/env python
2
-__version__ = "1.1.4"
+__version__ = "1.1.5"
samplot/samplot.py
@@ -2953,6 +2953,8 @@ def plot_samples(
2953
# if there's one hp, 6 ticks fit. Otherwise, do 3
2954
tick_count = 6 if len(hps) == 1 else 3
2955
curr_ax.yaxis.set_major_locator(ticker.LinearLocator(tick_count))
2956
+ curr_ax.ticklabel_format(useOffset=False, style='plain')
2957
+
2958
curr_ax.tick_params(axis="both", length=0)
2959
curr_ax.set_xticklabels([])
2960
if coverage_only:
0 commit comments