mseb(x,y,errBar,lin​eProps,transparent)

버전 1.3.0.0 (8.45 KB) 작성자: Andreas Trier Poulsen
Creates a 2D plot containing multiple lines with pretty shaded error bars.
다운로드 수: 4.6K
업데이트 날짜: 2015/2/13

라이선스 보기

This is a tool for plotting multiple lines with pretty shaded error bars.
It is an extension of the popular shadedErrorBar, by Rob Campbell, enabling plotting of multiple data lines with overlapping errorbars.
The main improvements are:
* Optimised for the plot defult renderer instead of openGL, which is known to cause problems, e.g., with logarithmic axes and not being able to save figures as vector graphics in the eps-format.
* Turns off legends for all elements (e.g. edges and shaded area), except for the main lines.
* By default the edges of overshadowed patch areas are plotted in an non-obtrusive manner so all error bars can be seen, but avoids cluttering of the plot.
* The patches are plotted in reverse order to make sure the first entry is "on top".

인용 양식

Andreas Trier Poulsen (2024). mseb(x,y,errBar,lineProps,transparent) (https://www.mathworks.com/matlabcentral/fileexchange/47950-mseb-x-y-errbar-lineprops-transparent), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2014a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Line Plots에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.3.0.0

Slight changes made to calls to "plot" so colours can be defined by using both strings and RGB vectors.
Also updated file description on this page.

1.2.0.0

Updated calls to the repmat function from using the repmat(A,P1,P2,...,Pn) format, to using repmat(A,[P1,P2,...,Pn]). This was done in hopes of supporting older versions of Matlab.

1.1.0.0

Changed screenshot.

1.0.0.0