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