Skip to content

Commit

Permalink
Update bar.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CaoTianze committed Aug 28, 2023
1 parent b8ba4df commit f84744f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plotnineseqsuite/bar.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def __init__(self, data: Union[List[str], ndarray, Dict] = None, seq_type: str =
self.letter_data = None
self.scale_x_continuous = scale_x_continuous(breaks=lambda x: range(floor(x[0]), ceil(x[1])), expand=(0,0))
self.scale_y_continuous = scale_y_continuous(breaks=[0,1])
self.ylab = ylab('Seq Bar')
self.ylab = ylab('Conservation')
self.xlab = xlab('')
self.colscale_opts = colscale_opts

Expand Down

0 comments on commit f84744f

Please sign in to comment.