It should display a plot of y = cos(x) + 1
over the range [0, 2π)
.
It should display a plot of y = sin(x) + 1
over the range [0, 2π)
.
It should display a plot of the following functions stacked atop one another:
y = x
y = 2x
y = 3x
[0, 10)
.
It should display a plot of the following functions stacked atop one another:
y = |x|
y = x2
y = |x3|
It should correctly transition between the plots y = |x|
over the range [-10, 10) and y = x2
over the range [-20, 20). The transition should be initiated when pressing the buttons below the plot.
It should correctly render and transition between Set A:
y = x
y = 2*x
y = 3*x
y = ln(x)
y = 2*ln(x)
y = 3*ln(x)
It should correctly transition between a single series, plotting the functions:
y = x2 - 0.5*x
y = ln(x)
y = x
y = x * ln(x)
It should display the first layer of the plot as pink, the second layer as green, and the third layer as blue.
It should 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) + 1
y = cos(x) + 1