run

Import in python using from mcutils.scripts.plot.scatter_gifti import run

mcutils.scripts.plot.scatter_gifti.run(x, y, xlog=False, ylog=False, diagonal=False)[source]

Creates a plot of

Parameters
  • x – (N, ) array with values to be plotted on the x-axis

  • y – (M, ) array with values to be plotted on the y-axis

  • xlog – makes the x-axis logarithmic

  • ylog – makes the y-axis logarithmic

  • diagonal – If True plots a diagonal straight line illustrating where both axes are equal