https://github.com/socratesnote/addy_axis
Plotting data on multiple y-axes in the same figure for MATLAB
https://github.com/socratesnote/addy_axis
graphics matlab plotting
Last synced: 7 months ago
JSON representation
Plotting data on multiple y-axes in the same figure for MATLAB
- Host: GitHub
- URL: https://github.com/socratesnote/addy_axis
- Owner: Socratesnote
- Created: 2024-07-19T21:50:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-19T22:02:49.000Z (over 1 year ago)
- Last Synced: 2025-03-30T20:44:20.834Z (11 months ago)
- Topics: graphics, matlab, plotting
- Language: MATLAB
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# addy_axis
A new take on plotting data across multiple y-axes in MATLAB. Creates a pair of visible/invisible axes: the invisible one is used to overlay data with the existing main axes, while the visible one is placed adjacent to the main axes to indicate the scale.
Maintains zoom, pan, and data cursor functionality.
For usage, see addy_demo.m.
Inspired by yyaxis, plotyyy (https://www.mathworks.com/matlabcentral/fileexchange/1017-plotyyy), and addaxis (https://www.mathworks.com/matlabcentral/fileexchange/9016-addaxis).