From 5f65cbea782cdeeb8c3ebed7977ace63ae4c256b Mon Sep 17 00:00:00 2001 From: Daniel Toyra <dtoyra@star.sr.bham.ac.uk> Date: Mon, 25 Apr 2016 21:25:08 +0100 Subject: [PATCH] Added comments for previous commit --- pykat/finesse.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pykat/finesse.py b/pykat/finesse.py index efc5906..7fdc380 100644 --- a/pykat/finesse.py +++ b/pykat/finesse.py @@ -310,7 +310,12 @@ class katRun(object): styles: A dictionary which keys being the detector names and the value being a colour and linestyle of the sort 'k:' ylabel, xlabel: Text for the first plot x and y labels - y2label, x2label: Text for the second plot x and y labels + y2label, x2label: Text for the second plot x and y labels + + xlim, ylim: Limits of x- and y-axes of the first plot. List or tuple + of length 2. + x2lim, y2lim: Limits of x- and y-axes of the second plot. List or tuple + of length 2. """ import matplotlib.pyplot as pyplot import pykat.plotting as plt -- GitLab