neurom.view.common.plot_ticks

neurom.view.common.plot_ticks(ax, tick_fontsize=12, xticks=None, xticks_args=None, yticks=None, yticks_args=None, zticks=None, zticks_args=None)[source]

Function that defines the labels options of a matplotlib plot.

Parameters:
  • ax – matplotlib axes
  • tick_fontsize (int) – Defines the size of the ticks’ font
  • xticks ([list of ticks]) – Defines the values of x ticks in the figure
  • xticks_arg (dict) – Passsed into matplotlib as xticks arguments
  • yticks ([list of ticks]) – Defines the values of y ticks in the figure
  • yticks_arg (dict) – Passsed into matplotlib as yticks arguments
  • zticks ([list of ticks]) – Defines the values of z ticks in the figure
  • zticks_arg (dict) – Passsed into matplotlib as zticks arguments