When clicking on a drop-down list, show only those variables from the workspace with a suitable size for this specific parameter. This filtering prevents the user from selecting a variable with a wrong size and eventually launching an error.
For example, if the observation matrix is n-by-m:
clicking the "Score Plot ->Label" list should only show variables with size 1-by-n.
clicking the "Loading Plot ->Label" list should only show variables with size 1-by-m.
When clicking on a drop-down list, show only those variables from the workspace with a suitable size for this specific parameter. This filtering prevents the user from selecting a variable with a wrong size and eventually launching an error. For example, if the observation matrix is n-by-m: