xx = [t / 100 * 6 - 3 for t in list(range(101))]
yy = [cos(x).evalf(subs={x: t}) for t in xx]
plot_list(xx, yy)
# Expected:
## Plot object containing:
## [0]: 2D list plot
