Skip to content

minRenderIndex for PlottableSignal (and it's derivatives) #474

@bclehmann

Description

@bclehmann

What can we do to make ScottPlot better?
PlottableSignal has an argument for the maxRenderIndex, to avoid rendering indices above it. A minRenderIndex parameter would allow the same thing, but for indices below it.

Does your proposed feature allow users to do new things in source code? If so, show us how you'd like to be able to use the new feature:

var sigplot = plt.PlotSignal(ys, minRenderIndex : 100, maxRenderIndex : 500);

This came up in this app: https://github.com/Benny121221/AssettoCorsaTelemetryApp. I was interested in plotting the last laps throttle trace in a lighter colour than the current lap.

Check the ScottPlot Roadmap to see if your feature is already planned for an upcoming release:
https://github.com/swharden/ScottPlot/blob/master/dev/roadmap.md

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions