Ask Your Question
0

hyphen in subscript

asked 10 years ago

laug gravatar image

updated 10 years ago

Sometimes, the hyphen as subscript doesn't appear : see the A_- in the fragment

sage: pp=  Graphics()
sage: pp+=text("$A_-$",(0,0),axes=False,fontsize=20)
sage: pp+=text("$B_-C_+$",(1,0),axes=False,fontsize=20)
sage: pp

Some hint ?

lg

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
1

answered 10 years ago

This looks like a bug in matplotlib, which I've reported. As a workaround, try setting fontsize=19 instead. That works for me.

Preview: (hide)
link

Comments

It doesn't work in my full text : [dis]appearance of the hyphen subscript seems to be at random !

lg gravatar imagelg ( 10 years ago )

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 10 years ago

Seen: 854 times

Last updated: May 14 '15