Changeset 82648 in vbox for trunk/src/VBox/ValidationKit/testmanager/webui/wuihlpgraphmatplotlib.py
- Timestamp:
- Dec 23, 2019 8:53:40 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/webui/wuihlpgraphmatplotlib.py
r79092 r82648 104 104 """ Sets the max range.""" 105 105 self.fpMax = float(fpMax); 106 return None; 107 108 def invertYDirection(self): 109 """ Inverts the direction of the Y-axis direction. """ 110 ## @todo self.fYInverted = True; 106 111 return None; 107 112
Note:
See TracChangeset
for help on using the changeset viewer.