Skip to content

Add "step" option for low density rendering mode in Signal plots #1092

@EFeru

Description

@EFeru

Features Suggestion

Hi Scott, it would be great to have a function:

public SignalPlotConstStep<T> AddSignalConstStep<T>(T[] ys, double sampleRate = 1, Color? color = null, string label = null) where T : struct, IComparable;

similar to AddScatterStep(...). I know AddScatterStep() can already do the job. But if I understand correctly the AddSignalConst is much faster in case of high number of data points. So, I was wondering if we can do exactly as AddSignalConst to maintain performance but plot it as step.

I work with microcontrollers and there the signals are discrete, so it would be ideal to display them as steps. Do you think it would be much effort to achieve something like this?

AddSignalConst
image

AddSignalConstStep (Suggested feature)
image

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