vscode-debug-visualizer icon indicating copy to clipboard operation
vscode-debug-visualizer copied to clipboard

How can I plot an array of floats as a line graph?

Open siddjain opened this issue 2 years ago • 1 comments

I am trying to visualize an array of floats. I was expecting a line plot but instead see this funny looking thing:

image

This is with C# in case it matters.

siddjain avatar Mar 22 '22 19:03 siddjain

For C#, result must be a JSON string.

Checkout the demo.

hediet avatar Mar 23 '22 09:03 hediet