User Portlet User Portlet

Discussions
Doesnt work for ListLogLinearPlot when the scaling function is set to "reverse". It works for Listplot with an explicit log scale scaling function. This solution works great so it doesnt matter that it seems bugged for ListLogLinear plot.
If you are using a newer version of Mathematica, you will need to use "==" instead of a single "=" sign to invoke Wolfram|Alpha. Clicking on the tab with the plus sign, also provides you with a means to select Wolfram|Alpha.
Let's say your list is called data, i.e., data = {{x1,y1, error y1}, {x2,y2,error y2}, ...} then this will put it in the form you want data /. {x_?NumberQ, y_?NumberQ, ey_?NumberQ} :> {{x, y}, ErrorBar[ey]} Here's a test: ...