We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In the LaTeX example (Bessel), we construct the string like this:
p.add_layout(Label(text=r"$$J_" + str(i) + "(x)$$", x=xlabel, y=ylabel))
Instead, we could use an f-string