Skip to content

连续多次按R,软件会自动结束 #1225

@gcbb

Description

@gcbb

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]:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions