Add math symbols to matplotlib figures with matplotlib LaTeX || Matplotlib Tips

preview_player
Показать описание
Use matplotlib latex to show equations on a matplotlib figure. I demonstrate how to add symbols to the matplotlib title, annotations, legends, and axes labels. First I explain how to make matplotlib subscripts and superscripts with TeX as well as matplotlib Greek letters. Then I demo how to write matplotlib latex fractions and full equations on matplotlib. I also mention additional ways to use TeX with matplotlib to create accent marks, equation arrays, and additional font styles to write Big O notation, for example.

0:00 Introduction
0:36 Subscripts & Greek Letters
3:20 Fractions & Equations
4:52 More with TeX
5:19 Conclusion

Matplotlib Resource - List of TeX Symbols:

Github Code:

Related Videos:

#matplotlib #dataviz #matplotlibtips
Рекомендации по теме
Комментарии
Автор

Awesome! short and extremely useful video that cannot be found anywhere else! thanks

golparijoon
Автор

This was extremely helpful. Thank you!

sumaal-hunaishi
Автор

A to the point video, absolutely loved it!

bec_Divyansh
Автор

Amazing job as allways Kimberly! Pls never stop creating videos, it's the best didatic I've found on youtube until now.

BrunoAraujo-polm
Автор

Thank you so much for this video and please keep posting

arnavbhavsar
Автор

Thank you much for such useful videos .. do keep posting

swarnendusekharghosh
Автор

Great tutorial! However, my PDF output from matplotlib shows Greek letters that look badly formatted. How can I correct for this?

aneedfortheory
Автор

You're more understandable than my professor

rouro
Автор

How to write many annotations and adjust location automatically in matplotlib graph

nsnilesh
Автор

Great video! This video helped me a lot, however I have a question. For example, I made a program that solves a quadratic equation. At the beginning, the user must enter the values of a, b and c. Then the values of x1 and x2 are displayed. Finally, the graph of the parabola is shown. How can I print the specific a, b, c values in the title of my graph. For the moment I wrote: pyplot.title(r'$ax^2 + bx + c$') but instead of showing a, b and c, I would like it to show the values that the user entered. Thanks in advance!

danielrico
Автор

Hi Kimberly. I tried to run the examples but I have some issues from latex. How did you install it? Thank you

dinuandreea
Автор

Can you help me?
I need change the font of titles, labels and tick labels but i don't know how i have to do that :(

TheDavidyisus
Автор

Can you pls share you learning process in a video?

shubhamtalks