My input was:
ErrorListPlot[{{{0, 0}, ErrorBar[0]}, {{15, 0.283},
ErrorBar[0.027]}, {{30, 0.530}, ErrorBar[0.009]}, {{60, 0.678},
ErrorBar[0.012]}, {{120, 1.0387}, ErrorBar[0.011]}, {{270, 4.237},
ErrorBar[0.324]}}]
and I just don't get any plot as output. I got the set of data only.
ErrorListPlot[{{{0, 0}, ErrorBar[0]}, {{15, 0.283},
ErrorBar[0.027]}, {{30, 0.53}, ErrorBar[0.009]}, {{60, 0.678},
ErrorBar[0.012]}, {{120, 1.0387}, ErrorBar[0.011]}, {{270, 4.237},
ErrorBar[0.324]}}]
Thanks!