From 564f021a6965c7985eeaafdac822b59777f37b8e Mon Sep 17 00:00:00 2001 From: Gerry Tonkin-Hill Date: Mon, 3 Feb 2025 06:18:15 +0000 Subject: [PATCH] updated plot qc function to remove deprecated code --- panaroo/generate_qc_plots.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/panaroo/generate_qc_plots.py b/panaroo/generate_qc_plots.py index c1b4308..51aba72 100755 --- a/panaroo/generate_qc_plots.py +++ b/panaroo/generate_qc_plots.py @@ -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')))