plottable_interactor

danse.common.plottools.plottable_interactor

This module allows more interaction with the plot

class danse.common.plottools.plottable_interactor.PointInteractor

Bases: danse.common.plottools.BaseInteractor._BaseInteractor

clear()
clear_markers()

Clear old markers and interfaces.

connect_markers()

Connect markers to callbacks

curve()
dpixel()

Return the step size in data coordinates for a small step in screen coordinates. If nudge is False (default) the step size is one pixel. If nudge is True, the step size is 0.2 pixels.

move()
moveend()
onClick()

Prepare to move the artist. Calls save() to preserve the state for later restore().

onDrag()

Move the artist. Calls move() to update the state, or restore() if the mouse leaves the window.

onHilite()

Hilite the artist reporting the event, indicating that it is ready to receive a click.

onKey()

Respond to keyboard events. Arrow keys move the widget. Escape restores it to the position before the last click.

Calls move() to update the state. Calls restore() on escape.

onLeave()

Restore the artist to the original colour when the cursor leaves.

onRelease()
points()
restore()
save()
update()

Update

Table Of Contents

Previous topic

PlotPanel

Next topic

plottables

This Page