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

Поділитися
Вставка
  • Опубліковано 14 жов 2024

КОМЕНТАРІ • 39

  • @BrunoAraujo-po2lm
    @BrunoAraujo-po2lm 3 роки тому +1

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

    • @KimberlyFessel
      @KimberlyFessel  3 роки тому

      Wonderful! So glad you are enjoying the videos - I will keep making them!

  • @vishalagrawal7046
    @vishalagrawal7046 Рік тому +1

    Super cool! Thanks Kim

  • @golparijoon9622
    @golparijoon9622 6 місяців тому

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

  • @bec_Divyansh
    @bec_Divyansh 2 роки тому

    A to the point video, absolutely loved it!

  • @sumaal-hunaishi9810
    @sumaal-hunaishi9810 Рік тому

    This was extremely helpful. Thank you!

  • @arnavbhavsar8567
    @arnavbhavsar8567 3 роки тому

    Thank you so much for this video and please keep posting

    • @KimberlyFessel
      @KimberlyFessel  3 роки тому

      Welcome! And yes, I think I will keep making videos - it's fun 😄

  • @aneedfortheory
    @aneedfortheory 4 місяці тому

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

    • @KimberlyFessel
      @KimberlyFessel  4 місяці тому

      Thanks! I'm not sure exactly what you're seeing. I don't remember having problems with this in the past. So my only guess that I might try is saving as a SVG file instead of a PDF and converting it later.

  • @swarnendusekharghosh9539
    @swarnendusekharghosh9539 3 роки тому

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

    • @KimberlyFessel
      @KimberlyFessel  3 роки тому

      Glad to hear they have been useful - cheers!

  • @danielrico3352
    @danielrico3352 3 роки тому

    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!

  • @bhoopendragupta4782
    @bhoopendragupta4782 3 роки тому

    You saved my so much time 👍👍

  • @EngineeringHooksets
    @EngineeringHooksets 2 роки тому

    Thank you!

  • @rouro9915
    @rouro9915 3 роки тому

    You're more understandable than my professor

  • @naderbazyari2
    @naderbazyari2 9 місяців тому

    Great video thanks a lot

  • @omar24191
    @omar24191 3 роки тому

    thanks a lot Kimberly! 😘

  • @dinuandreea1847
    @dinuandreea1847 3 роки тому

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

    • @KimberlyFessel
      @KimberlyFessel  3 роки тому

      Hmmm, I didn't need to install anything extra. I think TeX should come with your Matplotlib installation, though you may need to update your rcParams to activate it like what is done here: matplotlib.org/stable/tutorials/text/usetex.html

  • @nsnilesh604
    @nsnilesh604 3 роки тому

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

    • @KimberlyFessel
      @KimberlyFessel  3 роки тому

      Hey there - so glad you asked this question. I just heard about a new library called adjustText (github.com/Phlya/adjustText), and I'm planning to make a video demoing it very soon!

  • @Space_A_S_M_R
    @Space_A_S_M_R 3 роки тому

    thank you!

  • @TheDavidyisus
    @TheDavidyisus 3 роки тому

    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 :(

    • @KimberlyFessel
      @KimberlyFessel  3 роки тому

      Hi there - you have may options to change the fonts of your titles, labels, and tick labels. You need to change the font type (Courier, Arial, etc)? You can update this using the keyword "fontname" within plt.title(), plt.xlabel(), and so on. Or you could change the size with "fontsize" or switch the "fontweight" to bold, say. Here is a list of options for any text properties including titles, labels, and tick labels: matplotlib.org/stable/tutorials/text/text_props.html

  • @amanpatyal2187
    @amanpatyal2187 3 роки тому

    very informative...👍👍

  • @shubhamtalks9718
    @shubhamtalks9718 3 роки тому

    Can you pls share you learning process in a video?

    • @KimberlyFessel
      @KimberlyFessel  3 роки тому

      Hi there - I put together this "Data Visualization Thought Process" video that might be helpful: ua-cam.com/video/fbG5odHUHSc/v-deo.html Is that the type of learning process you were looking for?

    • @shubhamtalks9718
      @shubhamtalks9718 3 роки тому

      @@KimberlyFessel Thank you but I am looking for a video where suppose you don't know about a plot. Then how do you go about learning all the aspects of that plot.

  • @frankfrank5042
    @frankfrank5042 3 роки тому

    Über cool :)

  • @syedabuthahirkaz
    @syedabuthahirkaz 3 роки тому

    Thank You.