Skip to content

Commit

Permalink
Dispay ruler on plot
Browse files Browse the repository at this point in the history
  • Loading branch information
veghp committed Jun 24, 2024
1 parent b5ebd24 commit 6a9b654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epijinn/Bedmethyl.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def annotate_record(self):
def plot_record(self):
fig, ax1 = plt.subplots(1, 1, figsize=(8, 2))
graphic_record = CustomTranslator().translate_record(self.record)
graphic_record.plot(ax=ax1, with_ruler=False, strand_in_label_threshold=4)
graphic_record.plot(ax=ax1, with_ruler=True, strand_in_label_threshold=4)

return fig

Expand Down

0 comments on commit 6a9b654

Please sign in to comment.