Figure

class arepy.plot.figure(nrows=1, ncols=1, nfigs=1, **opt)

Figure class

Parameters
  • nrows (int) – Number of subplot rows

  • ncols (int) – Number of subplot columns

  • nfigs (int) – Number of figures

  • fileFormat (str) – Format of the output file (png/pdf)

setSubplot(row=0, col=0, xyz=False, **opt)

Set subplot options

Parameters
  • row (int) – Row of the subplot

  • col (int) – Column of the subplot

getSubplot(row=0, col=0, xyz=False, **opt)

Get subplot

Parameters
  • row (int) – Row of the subplot

  • col (int) – Column of the subplot

Returns

Subplot object

Rkey

arepy.plot.subplot