Search this site
Embedded Files
R Akshay
  • About
  • Notes
  • Tools
R Akshay
  • About
  • Notes
  • Tools
  • More
    • About
    • Notes
    • Tools
  • HOW TO DRAW IN LATEX OR OVERLEAF? 

You should first install Tikz package to draw figures in offline Latex (Texworks, Texstudio, MikTek). In Overleaf, you dont have to.

To draw a line, you should write a code of atleast four lines , you need a lot of effort to do!

But there's a savior : Mathcha editor that allows you to draw the required figure on its window and then provides the corresponding Latex code! 

For example, the following figures are drawn using the Mathcha editor:

1)
  • To do this, you just copy the Tikz code obtained from Mathcha editor and write the following :

\begin{figure}[h]

    \centering

"The copied  Tikz code goes here"

  \caption{}

    \label{fig:enter-label}

\end{figure}

  • Other tools for Mathematical computation:

1) MATLAB

2) Scilab

3) Python (Jupyter notebook)

4) Octave

5) Mathematica and NumPy

6) Desmos (to plot 2D or 3D graphs)

Report abuse
Page details
Page updated
Report abuse