Display a plot of y = cos(x)
over the range [-2π, 2π)
.
Display a plot of y = ex*sin(x)
from [0, &pi)
.
Display a plot of the following functions over the range [0, 2π]:
x*sin(x)
x*cos(x)
Correctly transition between the functions y = 1 / x
and y = x2
over the range [1, 2).
Use the buttons below the chart to initiate the transitions.
Correctly transition between Set A:
y = sin(x)
y = x - x3/3! + x5/5!
y = cos(x)
y = 1 - x2/2! + x4/4!
y = sin(x) - (x - x3/3! + x5/5!)
y = cos(x) - (1 - x2/2! + x4/4!)
Correctly transition between Set A:
y = ln(x)
y = ln(x)
y = x * ln(x)
y = x * ln(x)2
Display the first layer of the plot as pink, the second layer as green, and the third layer as blue.
Change layer colors automatically when switching between the following categorical color classes on the containing element:
category10
category20
category20b
category20c
Correctly render a multi-series plot of:
y = sin(x)
y = cos(x)