documentation fixes

This commit is contained in:
Luke Campagnola 2012-05-08 18:03:00 -04:00
parent f21c3986d5
commit aadd02f819
2 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,7 @@
IsocurveItem IsocurveItem
======== ============
.. autoclass:: pyqtgraph.IsocurveItem .. autoclass:: pyqtgraph.IsocurveItem
:members: :members:
.. automethod:: pyqtgraph.IsocurveItem.__init__ .. automethod:: pyqtgraph.IsocurveItem.__init__

View File

@ -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()