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?
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.
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.
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?
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.
Thanks for the helpful video, i would like to have a grid in the coordinate system aswell. How am I able include that?
In the axis options include the line:
\begin{axis}[
grid=both,
]
\end{axis}
@@PiTVmaths Thanks a lot for the fast reply!
It was helpful. can you please suggest how do we remove the arrows at the ends off the plotted graphs
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.
Thank you...
No problemo!
make available a text file to make it easier to follow. thanks for the beautiful work.
Good idea. It should be available now.
@@PiTVmaths Thanks! This is very help.
Thanks for answer.
thanks man
No worries.
For draw graphs in 3d for latex please
I hope to do a video on 3D graphing in the future. I'm still a bit of a newbie in 3D though!