Skip to content
Snippets Groups Projects
Commit 5f65cbea authored by Daniel Toyra's avatar Daniel Toyra
Browse files

Added comments for previous commit

parent 6a4e9922
No related branches found
No related tags found
No related merge requests found
......@@ -311,6 +311,11 @@ class katRun(object):
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
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment