Using The tikzpicture Environment To Draw Graphs In LaTeX

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ธ.ค. 2024

ความคิดเห็น • 18

  • @VuthaLuon
    @VuthaLuon ปีที่แล้ว

    Hi! Thank you for this very helpful video! I'm wondering if we are able to make changes to the axis arrow? The default one looks like a stealth tip, are we able to change it to a latex tip somehow?

    • @PiTVmaths
      @PiTVmaths  ปีที่แล้ว

      One would write "axis line style=-latex" in the axis environment options. For example,
      \begin{axis}[axis line style=-latex]
      ...
      \end{axis}
      will achieve this.

  • @onek3459
    @onek3459 2 ปีที่แล้ว

    Thanks for the helpful video, i would like to have a grid in the coordinate system aswell. How am I able include that?

    • @PiTVmaths
      @PiTVmaths  2 ปีที่แล้ว

      In the axis options include the line:
      \begin{axis}[
      grid=both,
      ]
      \end{axis}

    • @onek3459
      @onek3459 2 ปีที่แล้ว

      @@PiTVmaths Thanks a lot for the fast reply!

  • @joynag2245
    @joynag2245 3 ปีที่แล้ว +1

    It was helpful. can you please suggest how do we remove the arrows at the ends off the plotted graphs

    • @PiTVmaths
      @PiTVmaths  3 ปีที่แล้ว

      Glad it was useful.
      We change this in the addplot options. Instead of writing \addplot[] we can write \addplot[->] or \addplot[-] depending on whether we just want an arrowhead on the right end or on neither end of the graph.

  • @minexe
    @minexe 2 ปีที่แล้ว

    Thank you...

    • @PiTVmaths
      @PiTVmaths  2 ปีที่แล้ว

      No problemo!

  • @kesleysecond7874
    @kesleysecond7874 4 ปีที่แล้ว

    make available a text file to make it easier to follow. thanks for the beautiful work.

    • @PiTVmaths
      @PiTVmaths  4 ปีที่แล้ว +4

      Good idea. It should be available now.

    • @kesleymenezes8097
      @kesleymenezes8097 4 ปีที่แล้ว

      @@PiTVmaths Thanks! This is very help.
      Thanks for answer.

  • @remiaugerai203
    @remiaugerai203 4 ปีที่แล้ว

    thanks man

  • @paulpuican
    @paulpuican 3 ปีที่แล้ว

    For draw graphs in 3d for latex please

    • @PiTVmaths
      @PiTVmaths  3 ปีที่แล้ว

      I hope to do a video on 3D graphing in the future. I'm still a bit of a newbie in 3D though!