Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sebastian Steinlechner
pykat
Commits
5f65cbea
Commit
5f65cbea
authored
Apr 25, 2016
by
Daniel Toyra
Browse files
Added comments for previous commit
parent
6a4e9922
Changes
1
Hide whitespace changes
Inline
Side-by-side
pykat/finesse.py
View file @
5f65cbea
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment