diff --git a/pykat/finesse.py b/pykat/finesse.py
index efc590644ba5c1a4bfdd8709c9266866711b7302..7fdc3806faaa64935e94469b74870b3652b19d1a 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