documentation fixes
This commit is contained in:
parent
f21c3986d5
commit
aadd02f819
@ -1,7 +1,7 @@
|
|||||||
IsocurveItem
|
IsocurveItem
|
||||||
========
|
============
|
||||||
|
|
||||||
.. autoclass:: pyqtgraph.IsocurveItem
|
.. autoclass:: pyqtgraph.IsocurveItem
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
.. automethod:: pyqtgraph.IsocurveItem.__init__
|
.. automethod:: pyqtgraph.IsocurveItem.__init__
|
||||||
|
@ -424,7 +424,8 @@ class PlotDataItem(GraphicsObject):
|
|||||||
def dataBounds(self, ax, frac=1.0, orthoRange=None):
|
def dataBounds(self, ax, frac=1.0, orthoRange=None):
|
||||||
"""
|
"""
|
||||||
Returns the range occupied by the data (along a specific axis) in this item.
|
Returns the range occupied by the data (along a specific axis) in this item.
|
||||||
Tis method is called by ViewBox when auto-scaling.
|
This method is called by ViewBox when auto-scaling.
|
||||||
|
|
||||||
=============== =============================================================
|
=============== =============================================================
|
||||||
**Arguments:**
|
**Arguments:**
|
||||||
ax (0 or 1) the axis for which to return this item's data range
|
ax (0 or 1) the axis for which to return this item's data range
|
||||||
@ -669,4 +670,4 @@ def isSequence(obj):
|
|||||||
#return self.data.keys()
|
#return self.data.keys()
|
||||||
|
|
||||||
#def keys(self):
|
#def keys(self):
|
||||||
#return self.columnNames()
|
#return self.columnNames()
|
||||||
|
Loading…
Reference in New Issue
Block a user