f_figure_overlap

nips.utils.f_figure_overlap(filename, i1, i2, title=None, c1='k', c2='r', l1='i1', l2='i2')[source]

Function to plot the overlap of both sca of two I2D instances

Parameters
  • filename (str) – Name of the output file.

  • i1 (I2D) – First Irregular 2D instance.

  • i2 (I2D) – First Irregular 2D instance.

  • title (str) – Title of the figure.

  • c1 (str) – Color of first instance. (Default: k)

  • c2 (str) – Color of second instance. (Default: r)

  • l1 (str) – Name of first instance. (Default: i1)

  • l2 (str) – Name of second instance. (Default: i2)