Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Benjamin Jakimow
EO Time Series Viewer
Commits
8b58416d
Commit
8b58416d
authored
Sep 18, 2013
by
Luke Campagnola
Browse files
minor edits
parent
5ad39c25
Changes
1
Hide whitespace changes
Inline
Side-by-side
pyqtgraph/graphicsItems/ViewBox/ViewBox.py
View file @
8b58416d
...
...
@@ -183,7 +183,7 @@ class ViewBox(GraphicsWidget):
def
unregister
(
self
):
"""
Remove this ViewBox f
o
rom the list of linkable views. (see :func:`register() <pyqtgraph.ViewBox.register>`)
Remove this ViewBox from the list of linkable views. (see :func:`register() <pyqtgraph.ViewBox.register>`)
"""
del
ViewBox
.
AllViews
[
self
]
if
self
.
name
is
not
None
:
...
...
@@ -352,7 +352,7 @@ class ViewBox(GraphicsWidget):
def
setRange
(
self
,
rect
=
None
,
xRange
=
None
,
yRange
=
None
,
padding
=
None
,
update
=
True
,
disableAutoRange
=
True
):
"""
Set the visible range of the ViewBox.
Must specify at least one of *r
ange
*, *xRange*, or *yRange*.
Must specify at least one of *r
ect
*, *xRange*, or *yRange*.
============= =====================================================================
**Arguments**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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