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
ift
NIFTy
Commits
684cae83
Commit
684cae83
authored
Jan 21, 2019
by
Philipp Arras
Browse files
Docs
parent
4941d0da
Changes
1
Hide whitespace changes
Inline
Side-by-side
nifty5/plot.py
View file @
684cae83
...
...
@@ -313,8 +313,8 @@ class Plot(object):
Notes
-----
After doing one or more calls `
plot
()`, one
also
needs to call
`plot_finish()` to output the resul
t.
After doing one or more calls `
add
()`, one needs to call
`output()` to
show or save the plo
t.
Parameters
----------
...
...
@@ -324,7 +324,7 @@ class Plot(object):
If it is a list, all list members must be Fields defined over the
same one-dimensional `RGSpace` or `PowerSpace`.
title: string
t
itle of the plot.
T
itle of the plot.
xlabel: string
Label for the x axis.
ylabel: string
...
...
@@ -338,7 +338,7 @@ class Plot(object):
label: string of list of strings
Annotation string.
alpha: float or list of floats
t
ransparency value
T
ransparency value
.
"""
self
.
_plots
.
append
(
f
)
self
.
_kwargs
.
append
(
kwargs
)
...
...
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