Skip to content
Snippets Groups Projects
Commit 83b00bf8 authored by Thomas Kluyver's avatar Thomas Kluyver
Browse files

Remove outdated parameter description

parent 349b558d
1 merge request!331Some cleanup in 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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment