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
bob
bob.measure
Commits
c51614d9
Commit
c51614d9
authored
Sep 29, 2016
by
André Anjos
💬
Browse files
Fix doc errors on Python 2.7
parent
6e9f46fe
Pipeline
#4150
passed with stages
in 11 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/measure/plot.py
View file @
c51614d9
...
...
@@ -397,11 +397,11 @@ def det_axis(v, **kwargs):
Parameters:
v (
:py:class:`list`, :py:class:`tuple`): A sequence contaiing the X and Y
limits in the order ``(xmin, xmax, ymin, ymax)``. Expected
values should
be in percentage (between 0 and 100%). If ``v`` is not a
list or tuple
that contains 4 numbers it is passed without further
inspection to
:py:func:`matplotlib.pyplot.axis`.
v (
``sequence``): A sequence (list, tuple, array or the like) containing
the X and Y
limits in the order ``(xmin, xmax, ymin, ymax)``. Expected
values should
be in percentage (between 0 and 100%). If ``v`` is not a
list or tuple
that contains 4 numbers it is passed without further
inspection to
:py:func:`matplotlib.pyplot.axis`.
kwargs (:py:class:`dict`, optional): Extra plotting parameters, which are
passed directly to :py:func:`matplotlib.pyplot.axis`.
...
...
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