customGrid

버전 1.2.0.0 (90.8 KB) 작성자: Phil
Adds a customisable grid to a 2D plot
다운로드 수: 564
업데이트 날짜: 2015/2/20

라이선스 보기

Enables the custom setting of the position of an axes grid lines on a 2D plot. Grid lines can be arbitrary placed on figure axes with customisable colour, width, line styles and alpha. The user can also supply a set of X and Y points to define their own grid lines, e.g. at 45 degrees or curved grids.
To enable alpha blending of the lines in order to mimic Matlab's grid function the lines are drawn as the edges of patches using Brett Shoelson's patchline function. This was released for Matlab 2012 and providing this works, there is no reason this function should not work in earlier versions of Matlab.

인용 양식

Phil (2024). customGrid (https://www.mathworks.com/matlabcentral/fileexchange/48709-customgrid), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2014a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Grid Lines, Tick Values, and Labels에 대해 자세히 알아보기
태그 태그 추가
도움

받음: Patchline

Community Treasure Hunt

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

Start Hunting!

html/

버전 게시됨 릴리스 정보
1.2.0.0

Now works with older versions of Matlab since I removed the dependency on the new graphics handle classes.

1.1.0.0

Updated description

1.0.0.0