display_plots

ska_sdp_exec_swiftly.utils.display_plots(x, legend=None, grid=False, xlim=None, fig_name=None)[source]

Display plots using pylab

Parameters:
  • x – X values

  • legend – Legend

  • grid – If true, construct Grid

  • xlim – X axis limit (a tuple that contains lower and upper limits)

  • fig_name – partial name or prefix (can include path) if figure is saved. If None, pylab.show() is called instead