Finite Graphing

This program takes input in the form of a Python expression (an 'SQL injection' also works here) to plot the graph the form y=f(x), sampled at 1999 equally spaced points along the (transformed, see later) x-axis. With this, it plots the values at several points on the plane, contracted on its radius with the polar transformation (r,θ)→(tan-1(r),θ).

Click here to download a Python program (4433 bytes).