Skip to content

Commit

Permalink
Update align.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CaoTianze committed Aug 29, 2023
1 parent 2016dbb commit 42c6e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plotnineseqsuite/align.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def __init__(self, data: Union[List[str], Dict] = None, seq_names: List[str] = N
if seq_names is not None:
self.scale_y_continuous = scale_y_continuous(breaks=lambda x: [k + 0.5 for k in range(0, int(x[1]))],
labels=seq_names)
self.ylab = ylab('Aligned Seq')
self.ylab = ylab('Consensus')
self.xlab = xlab('')

def __aligned_data(self, seqs, font, stack_width=0.95, seq_group=1,
Expand Down

0 comments on commit 42c6e9b

Please sign in to comment.