matplotlib - write TeX on Qt form
Posted
by race1
on Stack Overflow
See other posts from Stack Overflow
or by race1
Published on 2010-04-18T07:17:28Z
Indexed on
2010/04/18
7:23 UTC
Read the original article
Hit count: 266
I'd like to add some TeX text to my Qt form, like label - just text, no graph, no lines, no borders, just TeX. I thought something like this: render TeX to bitmap and then place that bitmap on form, e.g. into QLabel. Or even better - use some backend, add it to form and use something tex_label.print_tex(<tex code>)
. Seems matplotplot has TeX parsers, but I can't figure out how to use them...
Thanks.
© Stack Overflow or respective owner