Home
last modified time | relevance | path

Searched refs:MAX_POINTS_IN_TOOLTIP (Results 1 – 1 of 1) sorted by relevance

/dports/misc/orange3/orange3-3.29.1/Orange/widgets/visualize/utils/
H A Dwidget.py37 MAX_POINTS_IN_TOOLTIP = 5 variable
340 for point_id in point_ids[:MAX_POINTS_IN_TOOLTIP])
341 if len(point_ids) > MAX_POINTS_IN_TOOLTIP: