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 3a0f72b commit 18eb557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions panaroo/generate_qc_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,11 @@ def plot_ngenes(input_gffs, outdir, no_plot=True):
]
layout = go.Layout(autosize=True,
xaxis=dict(title='',
titlefont=dict(size=18, color='black'),
title=dict(size=18, color='black'),
showticklabels=False,
automargin=True),
yaxis=dict(title="Number of Genes",
titlefont=dict(size=18, color='black'),
title=dict(size=18, color='black'),
showticklabels=True,
tickfont=dict(size=10, color='black')))

Expand Down

0 comments on commit 18eb557

Please sign in to comment.