Question 980612
{{{x}}}| {{{-3}}},{{{ -2}}},{{{ -1}}},{{{ -4}}},{{{ -2}}},{{{ 6}}},{{{  2}}},{{{ 9}}},{{{ -5}}},{{{ -1}}}
{{{y}}}|{{{ -7}}},{{{ -3}}},{{{ -2}}},{{{  1}}},{{{  2}}},{{{ 1}}},{{{ -5}}},{{{ 2}}},{{{ -4}}},{{{ -4}}}

from given, we have ordered pairs:

({{{-3}}},{{{ -7}}})
({{{-2}}},{{{ -3}}})
({{{-1}}},{{{ -2}}})
({{{-4}}},{{{ 1}}})
({{{-2}}},{{{ 2}}})
({{{6}}},{{{ 1}}})
({{{2}}},{{{ -5}}})
({{{9}}},{{{ 2}}})
({{{-5}}},{{{ -4}}})
({{{-1}}},{{{ -4}}})

now plot your points:

{{{drawing( 600, 600, -15, 15, -15, 15,
circle(-3,-7,.12),
circle(-2,-3,.12),
circle(-1,-2,.12),
circle(-4,1,.12),
circle(-2,2,.12),
circle(6,1,.12),
circle(2,-5,.12),
circle(9,2,.12),
circle(-5,-4,.12),
circle(-1,-4,.12),
 graph( 600, 600, -15, 15, -15, 15, 0)) }}}