neurom.view.common.figure_naming

neurom.view.common.figure_naming(pretitle=None, posttitle=None, prefile=None, postfile=None)

Helping function to define the strings that handle pre-post conventions for viewing - plotting title and saving options.

pretitle : str
String to include before the general title of the figure. Default is None.
posttitle : str
String to include after the general title of the figure. Default is None.
prefile : str
String to include before the general filename of the figure. Default is None.
postfile : str
String to include after the general filename of the figure. Default is None.
Returns:string_output – String to include in the figure name and title, in a suitable form.
Return type:string