You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the user picks a line that doesn't exist with plotLine() the error is "no letters found on that path - valid lines are 1:max." Replace "max" with the actual number of lines, or find a better way to inform the user of valid choices.
If the user picks a line that doesn't exist with
plotLine()the error is "no letters found on that path - valid lines are 1:max." Replace "max" with the actual number of lines, or find a better way to inform the user of valid choices.