dashLine

버전 1.2.0.0 (3.34 KB) 작성자: Joss Duchateau
Create custom dash lines with any sequence of dashes
다운로드 수: 153
업데이트 날짜: 2015/8/19

라이선스 보기

The title is self-explanatory. This function actually converts a point sequence into several new point sequences. To visualize the line afterwards, you must plot using a full line. Inputing the current axis into the function allows you to specify the dash(es) and space(s) lengths in points instead of data units, and respects the on-screen data ratio.

인용 양식

Joss Duchateau (2024). dashLine (https://www.mathworks.com/matlabcentral/fileexchange/52563-dashline), 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.2.0.0

Changed the functions a bit to handle semilog and loglog plots

1.1.0.0

Added the convertDash routine which makes conversion from standard LineStyles to custom dashes easy.
Just plot in a standard way with a 'Tag' argument of your choice and use convertDash('tagname', dashsize, spacesize) to convert plot and legend.

1.0.0.0