Skip to content

Commit

Permalink
updated plot qc function to remove deprecated code
Browse files Browse the repository at this point in the history
  • Loading branch information
gtonkinhill committed Feb 3, 2025
1 parent 18eb557 commit 564f021
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions panaroo/generate_qc_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,10 @@ def plot_ngenes(input_gffs, outdir, no_plot=True):
pointpos=-1.8)
]
layout = go.Layout(autosize=True,
xaxis=dict(title='',
title=dict(size=18, color='black'),
xaxis=dict(title=dict(text='', font=dict(size=18, color='black')),
showticklabels=False,
automargin=True),
yaxis=dict(title="Number of Genes",
title=dict(size=18, color='black'),
yaxis=dict(title=dict(text="Number of Genes", font=dict(size=18, color='black')),
showticklabels=True,
tickfont=dict(size=10, color='black')))

Expand Down

0 comments on commit 564f021

Please sign in to comment.