Maps.edit_annotations#
- Maps.edit_annotations(q=True)#
Toggle if annotations are editable or not.
If annotations are editable, they can be “picked” with the right mouse button and the following interactions can be performed:
NOTE: keys must be pressed before picking the annotation!
drag an annotation with the mouse to change the text-position
hold down “control” while dragging to change the annotation-coordinates
hold down “shift” while dragging to change the fontsize
hold down “r” while dragging to rotate the text
- Parameters:
q (bool, optional) – If True, annotations of this Maps-object will be editable. If False, annotations will be set to “fixed”. The default is True.
See also
print_code