MATLAB: Errorbarplot with log-y scale and adjustable errorbar-ticks

errorplotting

Hi
I use "errorbarlogy" to make a plot with a logarithmic y-axis and vertical errorbars. However, I would also like to adjust the ticks of the errorbars. I have found that "errorbar_tick" can do this, but I haven't been able to make it work with "errorbarlogy".
Do I have an alternative here?
Thanks in advance.
Jim.

Best Answer

OK, errorbar_tick(g, 0) indeed works.. it has to be placed before "errorbarlogy"
Related Question