Is there a way to write greek letters, math symbols and superscript/subscript in Chaco? I could find no way to do this. Tried using unicode strings, but they are just displayed as white squares.
Asked
Active
Viewed 322 times
1
-
"White squares" usually means your strings are sent correctly but the used font does not contain these characters. – Jongware May 25 '15 at 11:36
-
@Jongware Do you know any font available to Chaco that will contain them? – tiago May 26 '15 at 08:57
-
I have no idea. Unless it has a font interface all of its own (highly unlikely), it should provide access to all fonts available in your Python installation, which may or may not come down to "all installed on your local system". If you happen to have a 'supercomplete' font such as Arial Unicode MS, you can test with that. Even a modern version of bog standard Times New Roman contains math and Greek (though not all superscripts). – Jongware May 26 '15 at 09:05