Write a function sympy_grapher(expression, granularity=0.1, limits=[-10,10,-10,10]) which takes a string containing a
sympy expression, an optional parameter granularity which represents how far apart each x-axis point is that you
should graph, and an optional parameter limits, a tuple...