From 55ab13bd0c60b5399485360fc76115d574e1a2e6 Mon Sep 17 00:00:00 2001 From: zsloan Date: Thu, 21 Mar 2024 18:32:42 +0000 Subject: Give more space for strain names in haplotype band --- gn2/wqflask/marker_regression/display_mapping_results.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gn2/wqflask/marker_regression') diff --git a/gn2/wqflask/marker_regression/display_mapping_results.py b/gn2/wqflask/marker_regression/display_mapping_results.py index 4a33f1cf..b55b772e 100644 --- a/gn2/wqflask/marker_regression/display_mapping_results.py +++ b/gn2/wqflask/marker_regression/display_mapping_results.py @@ -390,7 +390,7 @@ class DisplayMappingResults: else: self.genotype = self.dataset.group.read_genotype_file() - # Darwing Options + # Drawing Options try: if self.selectedChr > -1: self.graphWidth = min(self.GRAPH_MAX_WIDTH, max( @@ -1940,7 +1940,7 @@ class DisplayMappingResults: fill=BLACK) im_drawer.text( text="%2.2f" % (expr), - xy=((xLeftOffset + plotWidth + 60), + xy=((xLeftOffset + plotWidth + 80), geneYLocation + 11 + 2 * ind * self.EACH_GENE_HEIGHT * zoom), font=ImageFont.truetype( font=VERDANA_FILE, size=12), -- cgit v1.2.3