python - Matplotlib subscript -


i know can produce single subscript in matplotlib

$r_i  

will give me r "i" subscript.

but want generate subscript 3 or 4 letters, r_ijk should give me r "ijk" subscript.

when above, first ("i") subscript, rest ("j" & "k") becoming normal scripts.

i tried r_{ijk} , did trick! trying () braces.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -