Skip to content

Commit

Permalink
fix lw_scale
Browse files Browse the repository at this point in the history
  • Loading branch information
e-sollier committed May 29, 2024
1 parent 8abd771 commit 09308ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion figeno/track_chr.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 09308ca

Please sign in to comment.