diff --git a/xfel_calibrate/calibrate.py b/xfel_calibrate/calibrate.py index 030a8063b764d71befe2db15c9bc17f538373593..3b83c2ad6d58d832b7912c7c47c6d4d721cdd1e3 100755 --- a/xfel_calibrate/calibrate.py +++ b/xfel_calibrate/calibrate.py @@ -481,15 +481,11 @@ def flatten_list(l): def set_figure_format(nb, enable_vector_format): - """ - Set svg format in inline backend for figures + """Set svg format in inline backend for figures If parameter 'vector_figs' is set to True svg format will be used for figures in the notebook rendering. Subsequently vector graphics figures will be used for report. - - :param nb: jupyter notebook - :param param: value of corresponding parameter """ if enable_vector_format: