Hi,
I have been using this program for a while and have never run into this problem. Essentially the left side of the plot just does not provide a tick on the left side of the plot, and it continues into as a straight line if I showaxis = T.
I'm not sure why this happens or what changed, but I am running it on the same dataset with the same code that worked well before. This is the code that I ran,
plotQ(sorted_flist[9],grplab=onelabset,ordergrp=T,
subsetgrp=c("GA","NY","AL","NC"),
splab="K=9",
sortind="all",
width=15,
height=1.6,
showdiv = T,
showyaxis = T,
barbordercolour="white",
clustercol = c("#4CAF50","#FFEB3B","#2196F3", "#FF5722","#8BC34A","#795548","#FFC107","#3F51B5","#E2F4C7","#9C27B0"),
barbordersize=0,
grplabspacer=0.01,
outputfilename="Ff_plot_feb52026",
imgtype="png",
exportpath=getwd())