-
-
Couldn't load subscription status.
- Fork 251
Description
C:\sw\Python\Python312\Lib\site-packages\pyqtgraph\graphicsItems\ViewBox\ViewBox.py:641: RuntimeWarning: overflow encountered in cast
if maxRng[ax] is not None and diff > maxRng[ax]:
C:\sw\Python\Python312\Lib\site-packages\pyqtgraph\graphicsItems\ViewBox\ViewBox.py:654: RuntimeWarning: overflow encountered in cast
if lmn is not None and mn < lmn:
C:\sw\Python\Python312\Lib\site-packages\pyqtgraph\graphicsItems\ViewBox\ViewBox.py:658: RuntimeWarning: overflow encountered in cast
elif lmx is not None and mx > lmx:
C:\sw\Python\Python312\Lib\site-packages\pyqtgraph\graphicsItems\ViewBox\ViewBox.py:1640: RuntimeWarning: overflow encountered in cast
if maxRng[axis] is not None and maxRng[axis] < range:
C:\sw\Python\Python312\Lib\site-packages\pyqtgraph\graphicsItems\ViewBox\ViewBox.py:1643: RuntimeWarning: overflow encountered in cast
if limits[axis][0] is not None and viewRange[axis][0] < limits[axis][0]:
C:\sw\Python\Python312\Lib\site-packages\pyqtgraph\graphicsItems\ViewBox\ViewBox.py:1648: RuntimeWarning: overflow encountered in cast
if limits[axis][1] is not None and viewRange[axis][1] > limits[axis][1]: