Function Plotting (v1.5.0)
Plot function graphs on the "Plot Function" page.
Usage
- Expression mode: directly enter a function in the expression input box (e.g.
x**2,sin(x)). - Select function mode: choose a function defined on the "Define" page from the dropdown.
- Set the left and right endpoints of the domain (default
[-10, 10]); SymPy expressions supported. - Click Plot to generate the graph.
Features
- Graphs are rendered with Matplotlib, with clearly labeled axes.
- Automatically handles discontinuities (e.g.
1/xbreaks the curve at x=0). - The y-axis automatically scales to the visible range.
Example
Input sin(x) with domain [0, 2*pi], click Plot to see a complete sine waveform.
Tips
- Expression / domain input follows the input standard in String Parsing.