Currently to plot the df values in GraphFunctions the format is
Add a variable so that the format can be
# default data_selection = [0, -1]
data_selection = [num1, num2]
Frame[xx][data_selection[0]:data_selection[1]:samplespan]
samplespan is the spacing selecting between data points samplespan = 1 means go row 0, 1, 2, 3... samplespan = 5 means go row 0, 5, 10