CallbackContainerο
- class eomaps.cb_container.CallbackContainer(m)ο
Accessor for attaching callbacks and accessing return-objects.
- - **click** : Execute functions when clicking on the map
- - **pick** : Execute functions when you "pick" a pixel on the map
only available if a dataset has been plotted via m.plot_map()
- - **keypress** : Execute functions if you press a key on the keyboard
Methods
|
|
|
Attach a custom picker to an artist. |
|
Activate / deactivate triggering callbacks. |
Get if callbacks should be executed or not. |
Attributes
Callbacks that are executed if you click anywhere on the Map. |
|
Callbacks that are executed if you press a key on the keyboard. |
|
Callbacks that are executed if you move the mouse without holding down a button. |
|
Callbacks that select the nearest datapoint if you click on the map. |