Multiple traces on Error Bar graph

Is it possible to include multiple traces on one error bar graph? I’m creating a graph similar to the example graph with asymmetric error bars, but I would like to have two different traces on the same graph. However, whenever I add the second one, the graph does not work properly. Is the problem that it is not possible to have multiple traces, or am I doing something incorrectly elsewhere?

Are you using our web interface, plotly.js or one of our API libraries?

I’m using Plotly.js.

Does this http://codepen.io/etpinard/pen/XKVpjK work for you?

Yes; you made me realize that I had a stupid syntax error. It works perfectly now, thanks!!