After interacting in the GUI, the radius of the nodes unexpectedly doubles.
This behavior is consistent when the user mouse-clicks in a widget then mouse-releases in the viewport.
Polyscope 2.6.1
Python 3.11
Kubuntu 24.04
EDIT:
This behavior appears when using network.add_scalar_quantity(name, radius, defined_on="edges") and network.set_edge_radius_quantity(name, autoscale=False)
After interacting in the GUI, the radius of the nodes unexpectedly doubles.
This behavior is consistent when the user mouse-clicks in a widget then mouse-releases in the viewport.
Polyscope 2.6.1
Python 3.11
Kubuntu 24.04
EDIT:
This behavior appears when using
network.add_scalar_quantity(name, radius, defined_on="edges")andnetwork.set_edge_radius_quantity(name, autoscale=False)