Graphing In LaTeX With pgfplots

Поделиться
HTML-код
  • Опубликовано: 14 окт 2024

Комментарии • 33

  • @find127
    @find127 4 года назад +13

    I didn’t know about the [h] feature. It was killing me trying to figure out why it had it’s own page. Thank you!! Great video.

  • @haraldurkarlsson1147
    @haraldurkarlsson1147 2 года назад +1

    There are few videos that deal with asymptotes so this is nice to see. Plotting rational functions is pretty much impossible without knowing how to deal with the asymptotes. Thanks!

  • @haraldurkarlsson1147
    @haraldurkarlsson1147 2 года назад +2

    Great video. I would like to see more of these but separated into multiple files rather than one master document. I find hard to keep track of things with multiple lines of code being either activated or hidden. Simple might be: Here is how we do plot A, plot B, plot C etc.
    Thanks Peter!

    • @PiTVmaths
      @PiTVmaths  2 года назад +2

      Good suggestion, will keep it in mind.

  • @Galileosays
    @Galileosays 2 года назад

    Thanks, didn't know that I could make graph in LATEX. Works in Overleaf.

    • @PiTVmaths
      @PiTVmaths  2 года назад

      Good stuff. I think Overleaf is brilliant.

  • @abdullahm4830
    @abdullahm4830 3 года назад +3

    Thank you so much for this wonderful video. What GUI are you using for latex workflows?
    I only work on overleaf, because long back i found keeping track of packages was crazy

    • @PiTVmaths
      @PiTVmaths  3 года назад +3

      Hi Abdullah, no worries. These days I actually prefer to work in Overleaf myself. In the past, though, I used to work more in Texmaker. Overleaf is so good though, isn't it?

  • @larrytrahan8260
    @larrytrahan8260 2 года назад +1

    húc kênh thầy càng phát triển hơn nha

  • @gourdbaby7059
    @gourdbaby7059 3 года назад

    Thanks for your teaching. I benefit a lot from it. Subscribed!

    • @PiTVmaths
      @PiTVmaths  3 года назад

      Glad you have found it useful!

  • @carlspitzner3259
    @carlspitzner3259 3 года назад

    Thank you! Your Video and example file really helped me.

    • @PiTVmaths
      @PiTVmaths  3 года назад

      Glad you found it useful.

  • @shingo371
    @shingo371 2 года назад

    This video has helped me alot, thank you so much!

  • @bernatpuigvert7215
    @bernatpuigvert7215 2 года назад

    Great video! Very helpful indeed

    • @PiTVmaths
      @PiTVmaths  2 года назад +1

      Glad you found it useful.

  • @Scrum-Master
    @Scrum-Master 2 года назад

    Great video, thanks :)

  • @dreznik
    @dreznik 2 года назад

    One tip: you can do a lot of the same stuff with way less complexity in Matlab, Mathematica, Maple, and even Excel (or Google Sheets), Geogebra, and export the output as a .pdf and then include it into your latex project.

  • @sangappadasar2399
    @sangappadasar2399 3 года назад

    sir... thank you so much for the video... how to add an axis title???

    • @PiTVmaths
      @PiTVmaths  3 года назад +3

      Hi, glad you found it useful!
      Suppose you wanted your horizontal axis to be labelled X and your vertical axis to be labelled Y, then in the axis options make sure you include the code:
      xlabel=$X$,
      ylabel=$Y$,

  • @wduandy
    @wduandy 2 года назад

    Do you have videos about plotting 3d surfaces?

    • @PiTVmaths
      @PiTVmaths  2 года назад

      I haven't recorded a video on 3D surfaces yet but plan to do one in the future. Are you familiar with the worked examples in the pgfplots manual?

    • @wduandy
      @wduandy 2 года назад

      @@PiTVmaths Hello! I'm not familliar. Where can i found it? Thanks!!

    • @PiTVmaths
      @PiTVmaths  2 года назад

      @@wduandy It can be heavy reading at times but the pgfplots package manual can be found at ctan.org/pkg/pgfplots?lang=en. Page 35 would be a good place to start.

  • @manicwombat02
    @manicwombat02 4 года назад

    Where can I find the example files for your latex plots?

    • @PiTVmaths
      @PiTVmaths  4 года назад +2

      Hi Peter, I've now added the link in the description.
      Cheers.

  • @amandadossantos8359
    @amandadossantos8359 2 года назад

    What's the name of this program LaTeX? Please

    • @PiTVmaths
      @PiTVmaths  2 года назад

      Hi Amanda, the text editor I'm using here is called Texmaker and my LaTeX distribution is MacTeX.
      Having said that, I'd recommend using the online system called Overleaf. I find it to be a better fit for my needs than Texmaker and MacTeX.