image thumbnail

updated 1 year ago

notBoxPlot - alternative to box plots. by Rob Campbell

This function visualizes raw (grouped) data along with the mean, 95% confidence interval, and 1 SD. (box plot, data exploration, error bars)

sem=SEM_calc(vect, CI)

tint=tInterval_Calc(vect, CI)

varargout=notBoxPlot(y,x,jitter,style)

image thumbnail

updated 1 year ago

Create Healthy Looking Error Bars by Jonathan C. Lansey

Plots nice error bars as the default. Can also top group plots with error bars. (bar graph, error bars, errorbars)

errorb(x,y,varargin)

image thumbnail

updated almost 2 years ago

Faded bar chart by Malcolm McLean

Bar chart add-on that shows the error as a fade-out rather than using error bars. (bar chart, error bars, faded errors)

fadedBar( h, errstd )

image thumbnail

updated 3 years ago

barweb (BARgraph With Error Bars) by Bolu Ajiboye

Plots a fully customizable grouped bar graph with error bars (bar graph, barweb, error bars)

barweb(barvalues, errors, width, groupnames, bw_title, bw_x...

image thumbnail

updated almost 4 years ago

Power spectral estimation with error bars by Rune W Berg

Power spectral estimation using multitaper, single or multiple traces and estimating error bars. (spectrum, taper, spectral)

Power_multi_traces(trace_a,num_win,dt,paddingtimes)

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 almost 14 years ago

eplots by Andri Gretarsson

Error Bar Plotting functions, which allow both x and y errorbars to be drawn. (error bar plotting fu..., errorbars, graphics)

eloglog=loglogplot(x,y,colourstring)

eplot=linearplot(x,y,colourstring)

esemilogx=semilogxplot(x,y,colourstring)

Contact us