image thumbnail

updated 3 months ago

Plot data with error bars on both x and y axes by Qi An

plot data with error bars along both x and y axes (errorbar, statistics)

errorbarxy.m

image thumbnail

updated 4 months ago

Bar Chart with Error Bars by Martina Callaghan

This is a very simple extension of MatLab's bar function to add error bars. (bar, error, errorbar)

barwitherr(errors,varargin)

image thumbnail

updated 1 year ago

xerrorbar - Just like errorbar, but for uncertainty in x. by Anthony Bathgate

A simple plotting function that graphs X vs Y along with x error bars. (errorbar, xerror, error bar)

xerrorbar(varargin)

image thumbnail

updated 1 year ago

Update error bar widths automatically on figure resize by Chris Rodgers

Add callback to the current axis to maintain a sensible error bar width on zooming. (bar, errorbar, figure)

errorbar_tick(h,w,xtype)

updateErrorBars(h)

testUpdateErrorBars.m

image thumbnail

updated almost 2 years ago

Bar with errorbars by Venn Ravichandran

This code plots bars with errorbars, as simple as that. (bar, errorbar, gui)

errorbarbar(x,y,E,barSettings,lineSettings)

image thumbnail

updated 2 years ago

stdshade by Simon Musall

Short code to create shading around a mean. Input is a matrix with rows of observations. (shade, standarderror, errorbar)

stdshade(amatrix,alpha,acolor,F,smth)

image thumbnail

updated almost 3 years ago

set errorbar width and thickness by Alan Robinson

Set an error bar's width and thickness. (errorbar, errorbar_tick)

errorbarT(h,w,t,xtype)

image thumbnail

updated 3 years ago

Enhanced Errorbar Function by Yu Heng

can draw errorbar along X/Y/Dual axis in normal,semilog,loglog coordinate system (errorbar, plot)

errorbare(sty,x,y,xbar,ybar,symbol)

image thumbnail

updated almost 4 years ago

Simple bar plot with errorbars in 3D by Sung Soo Kim

Simple bar plot with errorbars in 3D. (3d, 2d, errorbar)

h=barError3d(data,upperErrorSize,lowerErrorSize,faceColor,x...

barError3d_sample.m

image thumbnail

updated 4 years ago

confplot_t by Aaron Schurger

Plots a graded error boundary which varies in color or shades of gray according to a t distribution. (errorbar, confidence interval, statistics)

confplot_t(x,y,s,N,P,CM,varargin)

image thumbnail

updated 4 years ago

ploterr by Felix Zoergiebel

plots data with x and/or y error bars and supports logarithmic scaling for both axes. (error bar, errorbar logarithmic, data exploration)

ploterr(x, y, xerr, yerr, varargin)

image thumbnail

updated 4 years ago

Adjust error bar width by Arnaud Laurent

Adjust error bars width in an errorbar plot to a ratio of the x-axis or a length (x-axis units). (errorbar, error bars, cap)

errorbar_tick(h,w,xtype)

image thumbnail

updated 5 years ago

errorshade2 by Vincent Huang

like errorbar, but in 2D and fills an area rather than plotting bars (specialized, plotting, errorbar)

errorshade(x, y, errorx, errory, plot_option, shade_color)

image thumbnail

updated 6 years ago

errorbarlogy by Zhang Jiang

errorbar plot for log y scale (errorbar, scale, log)

errorbarlogy

image thumbnail

updated almost 7 years ago

HERRORBAR by Jos (10584)

Horizontal errorbar plot. (errorbar, horizontal, error)

herrorbar(x, y, l, u, symbol)

image thumbnail

updated 7 years ago

barerrorbar by Kenneth Morton

Create a bar plot with error bars. (annotation, customization, bar)

barerrorbar(varargin)

image thumbnail

updated almost 9 years ago

Enhancement to errorbar() plot by Chuong Nguyen

Better alternative to errorbar() for flexibilities and avoidance of error with legend(). (horizontal errorbar, annotation, errorbar)

errobar_plus(x,y,e,prop,dir)

image thumbnail

updated 9 years ago

errorbarxy by James Rooney

Errorbarxy allows the user to plot both horizontal and vertical errorbars. (annotation, customization, errorbar)

errorbarxy(x,y,lx,ly,ux,uy,linecol,errorcol)

Contact us