neurom.view.common.plot_title

neurom.view.common.plot_title(ax, pretitle='', title='Figure', posttitle='', title_fontsize=14, title_arg=None)[source]

Set title options of a matplotlib plot

Parameters:
  • ax – matplotlib axes
  • pretitle (str) – String to include before the general title of the figure
  • posttitle (str) – String to include after the general title of the figure
  • title (str) – Set the title for the figure
  • title_fontsize (int) – Defines the size of the title’s font
  • title_arg (dict) – Addition arguments for matplotlib.title() call