> On Aug 23, 2021, at 9:18 AM, Elaine Meng via ChimeraX-users <chimerax-users@cgl.ucsf.edu> wrote:
>
> you can use the "text" option in a fancier way if you don't want the space between name and number, e.g.
>
> label sel text "{0.name:}{0.number:}" height 2
Actually those colons are not needed since I didn't include format specifications, so it could be something like the following:
lab sel text "{0.name}{0.number}" height 2
<
https://rbvi.ucsf.edu/chimerax/docs/user/commands/label.html#options>
Best,
Elaine