Skip to content

Commit 589df05

Browse files
Update HDplot_graphs.R
1 parent c1ae672 commit 589df05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HDplot_graphs.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ maxH <- round(max(HDplotData$hetPerc, na.rm=TRUE), 1)
5353
if (maxH >= 0.5) {
5454
ticks_H <- round((maxH-minH)/20, digits=2)
5555
} else {
56-
ticks_H <- round((maxH-minH)/10, digits=3)
56+
ticks_H <- round((maxH-minH)/10, digits=4)
5757
}
5858

5959
minN <- min(HDplotData$num_samples, na.rm=TRUE)

0 commit comments

Comments
 (0)