parse_y#

andes.plot.parse_y(y, upper, lower=0)[source]#

Parse command-line input for Y indices and return a list of indices

Parameters:
yUnion[List, Set, Tuple]
Input for Y indices. Could be single item (with or without colon), or

multiple items

upperint

Upper limit. In the return list y, y[i] <= uppwer.

lowerint

Lower limit. In the return list y, y[i] >= lower.

Returns: