including latex fonts #216
Unanswered
rakeshvenkatesh
asked this question in
Q&A
Replies: 1 comment
-
Hello :) It is not yet supported. Related issue https://github.com/martinRenou/ipycanvas/issues/115 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Thank you for this package. I wanted to know if there is a way to include Math symbols via MathJax/LaTex commands. Matplotlib has a feature where one can set
params = {'tex.usetex': True} &&
matplotlib.rcParams.update(params)
which enables inclusion of Tex math symbols in the final plot.
Is there a similar feature that canvas.fill_text can use to display Math symbols?
Thanks,
Rakesh
Beta Was this translation helpful? Give feedback.
All reactions