Skip to content

Add ability to select a subset of the data during plotting #2

@WaveHello

Description

@WaveHello

Currently to plot the df values in GraphFunctions the format is

Frame[xx][::samplespan]

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions