We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ef261a + ad3b6fd commit 19e6bc1Copy full SHA for 19e6bc1
1 file changed
atlasreader/atlasreader.py
@@ -765,6 +765,7 @@ def create_output(
765
outdir=None,
766
glass_plot_kws=None,
767
stat_plot_kws=None,
768
+ black_bg=True
769
):
770
"""
771
Performs full cluster / peak analysis on `filename`
@@ -861,7 +862,7 @@ def create_output(
861
862
"output_file": glass_fname,
863
"display_mode": "lyrz",
864
"colorbar": True,
- "black_bg": True,
865
+ "black_bg": black_bg,
866
"cmap": plotting.cm.cold_hot,
867
"threshold": plot_thresh,
868
"vmax": color_max,
@@ -915,7 +916,7 @@ def create_output(
915
916
917
"title": clust_fname[:-4],
918
919
920
"symmetric_cbar": False,
921
922
}
0 commit comments