Add annotation spanning multiple lines

The annotation string is passed directly as HTML so you can use a <br> element to break lines. For string formatting, you can use any kind of Python string formatting such as f strings for Python 3 text=f'Acceptance {var}' where var is your variable name.

3 Likes