Axis XX

버전 2.6.0.0 (26.1 KB) 작성자: Luke Plausin
Add multiple X or Y axes to plots, rescale data, use any function, add data tips, zoom, flexible.
다운로드 수: 2.1K
업데이트 날짜: 2015/12/10

This package will allow you to plot data on multiple X or Y axis. Similar to MATLAB's own plotyy function, but less limiting.
Features:
Create any combination of X or Y axes, plot multiple lines on each X or Y axis
Native argument styles and overloaded plot functions supported e.g:
axisyy(xdata, ydata, 'r-', 'LineWidth', 2, 'MarkerSize', 14);
axisyy(TimeSeriesObject, 'b-', 'LineWidth', 3);
Use any plotting function you specify (plot, line, patch, etc)
Set the limits of every axis independently
Ability to update xdata/ydata directly without thinking about the transformation
Compatible with MATLAB's zoom, pan and data cursor tools
Figure is resizeable and rescales objects around colorbars if they are present
The code has been completely rewritten using an object oriented approach.
Originally inspired by AddAxis 5 by Harry Lee

Check the example.m file for some quick tips.

If you find any bugs or have suggestions please write in the comments box or message me. If the submission was helpful, then please rate it.

인용 양식

Luke Plausin (2024). Axis XX (https://github.com/lukeplausin/axis_xx_matlab), GitHub. 검색됨 .

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

Community Treasure Hunt

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

Start Hunting!

GitHub 디폴트 브랜치를 사용하는 버전은 다운로드할 수 없음

버전 게시됨 릴리스 정보
2.6.0.0

Changed to GPL license. Reverted title back to Axis XX. Support for intermediate AddAxis 6 removed (message me if you need the old code)

2.5.0.0

Moved the code to Github

2.4.0.0

Added compatiability for semilogy semilogx and reverse direction ticks
Added example of subplots (of sorts)
Improved axis scaling - FigureResizeFcn now available to user

2.3.0.0

Additional axis background colours will now dynamically match those of the container.
Updated description
Updated file description

2.2.0.0

Fixed a minor bug in the zoom routine. Improved figure resizing

2.1.0.0

Fixed an error in the datatips
Fixed an error preventing the figure from resizing after an additional axis is deleted

2.0.0.0

Changed image
Complete overhaul of code
New class interface not compatiable with AddAxis6 - old code included for legacy users
You can now plot on any combination of X or Y axis

Known issues -
Not yet compatiable with subplot semilog or loglog

1.3.0.0

Removed redundant .m files from package and updated the readme file. Better datatip text. Updated screenshot

1.2.0.0

Source code mods to fix a couple of bugs

1.1.0.0

Edited description

1.0.0.0

이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.