boundedline-pkg icon indicating copy to clipboard operation
boundedline-pkg copied to clipboard

Plot line(s) with error bounds/confidence intervals/etc. in Matlab

Results 5 boundedline-pkg issues
Sort by recently updated
recently updated
newest added

Changes initialisation of return object from an array of zeroes to an array of graphics objects, to return `line` objects. This fixes an issue whereby `hnew = outlinebounds(x, y, err)`...

Hello, I don't manage to pass a 'DisplayName' argument. It falls in this error: > Error using boundedline (line 175) > Unexpected input: should be x, y, bounds triplets Is...

If the first argument (X) is of type datetime, it breaks because isnan doesn't work on datetime (isnat works instead).

If bounds are defined in such a way that the bounds cross over each other, the resulting patch is not rendered correctly. This can occur if, for example, the bounds...

bug

There has been several discussions of handling NaNs [on the Matlab toolbox page](http://www.mathworks.com/matlabcentral/fileexchange/27485-boundedline-m). While there are several options for handling NaNs in all cases, e.g. in x, or y, or...