Well I searched around on scratch and it looks like there isn't a polynomial grapher anywhere on the site so I bui lt one... IN ONE SCRIPT!!!!! Anyways it works like this: [coefficient]x[exponent]+... example: 2x^2-4x+2 -> 2x2-4x+2 -x^3+7 -> -x3+7 2x+7 -> 2x+7