Help on method plot in module pykat.finesse:
plot(detectors=None, filename=None, show=True, yaxis=None, legend=True, loc=0, title=None) method of pykat.finesse.katRun instance
This will generate a plot for the output data of this particular pykat run.
It will attempt to generate a plot that shows all the various traces and plots
by default for quick viewing of the data. Similar to that which would be
generated by running the Finesse file from the command line.
There are some additional keyword options to customise the plot output slightly:
detectors: a list of detectors that you want to plot
filename: providing a filename here will save the plot to a file. The format is given by the extension provided.
show: True | False - whether to display the plot or not
yaxis: Set the Finesse yaxis command to base the plot on. By default the original one will be used.
legend: True | False - whether to include a legend
loc: Location value for the legend, the usual matplotlib one.
title: Provide a title for the plot if required.