raacampbell / shadedErrorBar

Produce elegant shaded error bars in MATLAB
GNU Lesser General Public License v3.0
174 stars 70 forks source link

Get it working for logged data #2

Open raacampbell opened 8 years ago

raacampbell commented 8 years ago

See: http://www.mathworks.com/matlabcentral/fileexchange/47950-mseb-x-y-errbar-lineprops-transparent-

To be clear, set(gca, 'YScale', 'log') fails with shadedErrorBar.

raacampbell commented 8 years ago

Begun work: fd59480c4052919919938e0f0a56dbca8525ea72

raacampbell commented 8 years ago

Ah, that submission also does not do log y. Only log x. But there are other useful things there, including the overlay thing I at one point played with.