{% extends "base.html" %} {% block title %}Graph & Plot Generator | TexLab{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

Create Your Graph

Example Commands:
  • plot x^2 from -5 to 5
  • plot sin(x) from 0 to 2*pi
  • plot x^3 - 2*x + 1 from -3 to 3
  • plot cos(x) from -pi to pi
  • plot sqrt(x) from 0 to 10
  • plot exp(-x^2) from -3 to 3

Generating your graph... This may take a few seconds.

Your Graph Will Appear Here

Enter a plot command above and click "Generate Graph"

{% endblock %} {% block extra_js %} {% endblock %}