Maps.cb

class eomaps.eomaps.Maps.cb(m)

Accessor for attaching callbacks and accessing return-objects.

click : Execute functions when clicking on the map
move : Execute functions when clicking on the map
keypress : Execute functions if you press a key on the keyboard
pick : Execute functions that "pick" the closest datapoint(s)

Members

add_picker

Attach a custom picker to an artist.

click

Callbacks that are executed if you click anywhere on the Map.

execute_callbacks

Activate / deactivate triggering callbacks.

get_execute_callbacks

Get if callbacks should be executed or not.

keypress

Callbacks that are executed if you press a key on the keyboard.

move

Callbacks that are executed if you move the mouse without holding down a button.

pick

Callbacks that select the nearest datapoint if you click on the map.