HA HandyApps
Menu Search Sitemap

LaTeX Graph Expression Guide

Learn the LaTeX-style formulas supported by HandyApps graph plotting.

Open graph tool

Quick start

  • Use `y=` for 2D graphs and `z=` for 3D graphs.
  • Use functions like `\sin`, `\cos`, `\tan`, `\sqrt`, `\frac` and constants such as `\pi`.
  • When you click plot, the graph is calculated in browser and your formula is saved in local history.

Example formulas

  • y=\sin(x)
  • y=\frac{1}{1+x^2}
  • y=\sqrt{x}
  • z=\sin(x)*\cos(y)
  • z=\frac{x^2-y^2}{10}