pyyeti.datacursor.DataCursor.delpt_func¶
- DataCursor.delpt_func(func)[source]¶
Function to call on a right-click.
Call signature is:
func(point)The input
pointis a SimpleNamespace as described for the mk_label attribute. SeeDataCursor.
Function to call on a right-click.
Call signature is: func(point)
The input point is a SimpleNamespace as described for the
mk_label attribute. See DataCursor.