The plot2D() can plot funtion, equation, derivative, integral, polar plot, parametric plot, animation. The independent variable must be typed as x for evaluation. The time variable must be typed as t.
Complex calculation must be converted to complex operator by tocomplex() before calculation and plot.
for plot of two functions f1(x) and f2(x), the two function must have the y variable, (y-f1(x))*(y-f2(x)), e.g. (y*y+x*x-1)*(y*y+x*x-t-2)
for fill, tick the fill: checkbox, the function must have the y variable, e.g. y-sin(x-t) ,
to change color with contour3D, e.g. contour3D( y-sin(x-t) )