Enable or disable the small cursor-position overlay shown in the lower-left corner of the plot. Disabled by default.
(&mut self, enabled: bool)
| 792 | screen_xy[1] -= shape.anchor_offset[1]; |
| 793 | |
| 794 | Some(plot_overlay::positioned_overlay( |
| 795 | shape.element, |
| 796 | screen_xy, |
| 797 | shape.align_to_anchor_horizontal, |
| 798 | shape.align_to_anchor_vertical, |
| 799 | )) |