From 09308ca685f2847e608119586b1090db04f01a07 Mon Sep 17 00:00:00 2001 From: e-sollier Date: Wed, 29 May 2024 14:27:16 +0200 Subject: [PATCH] fix lw_scale --- figeno/track_chr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/figeno/track_chr.py b/figeno/track_chr.py index 7205067..d4f9901 100644 --- a/figeno/track_chr.py +++ b/figeno/track_chr.py @@ -9,7 +9,7 @@ from figeno.utils import KnownException, split_box, draw_bounding_box , interpolate_polar_vertices, compute_rotation_text, polar2cartesian, cartesian2polar class chr_track: - def __init__(self,style="default",unit="kb",ticklabels_pos="below",ticks_interval="auto",ticks_angle=0,lw_scale=0.5,no_margin=False,reference="custom",cytobands_file="", + def __init__(self,style="default",unit="kb",ticklabels_pos="below",ticks_interval="auto",ticks_angle=0,lw_scale=1.0,no_margin=False,reference="custom",cytobands_file="", fontscale=1,bounding_box=False,height=12,margin_above=1.5,label="",label_rotate=False,**kwargs): self.style=style self.unit=unit