plotNAx can be used to construct plot graphics with arbitrary placement of multiple plot groups on multiple arbitrarily aligned axis with significant flexibility using MATLAB's built-in plot and axes Name-Value pair options.
Calling Structure:
[parent, ax_list, pl_list] = plotNAx(global options,...
x1, y1, group 1 options,...
x2, y2, group 2 options,...
...
xn, yn, group n options)
While iterating over the provided plot groups, the function creates properly scaled axes as needed and places formatted data on them. The global options (generally) set formatting choices which affect all axes (e.g. forcing the color of YAxis to match that of the data on those axes). These global options are all sent as Name-Value pairs. The "group n options" in the calling structure can be (almost) any property set when calling plot(...) or axes(...). This includes the use of LineSpec and Name-Value pair arguments. See the header comment in plotNAx.m for more details. See Section 1 of plotNAx_test.m for some examples to get started.
Rohan Kadambi (2021). plotNAx (https://www.mathworks.com/matlabcentral/fileexchange/85598-plotnax), MATLAB Central File Exchange. Retrieved .
Inspired by: plotyyy, addaxis, Plot with multiple Y-axes
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.