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