When specifying multiple graphs to be constructed and providing an array of handles to figures or axes, the user currently must know the order in which these handles are used for the graphics (in private/validatePlotArgs.m):
correlation graph
mean-difference graph
mean-standard deviation graph
mean-ratio graph
This should be user-configurable via the Name-Value pair arguments.
In this case the function should first check for graphics handles in de Name-Value pair arguments (axMD), then validate them. The rest of the provided handles (axOther) and requested graphs (mean-ratio and correlation) are then processed using the current method, i.e. ordered as above.
When specifying multiple graphs to be constructed and providing an array of handles to figures or axes, the user currently must know the order in which these handles are used for the graphics (in private/validatePlotArgs.m):
This should be user-configurable via the Name-Value pair arguments.
Desired user syntax (for example):
In this case the function should first check for graphics handles in de Name-Value pair arguments (
axMD
), then validate them. The rest of the provided handles (axOther
) and requested graphs (mean-ratio and correlation) are then processed using the current method, i.e. ordered as above.