Skip to content

Commit

Permalink
Merge pull request #89 from behroozbc/patch-1
Browse files Browse the repository at this point in the history
Update README.md with new scottplot changes
  • Loading branch information
swharden authored Nov 16, 2024
2 parents c71db42 + 1a3044b commit d19a683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ double samplePeriod = sampleRate / 1000.0;

// plot the sample audio
ScottPlot.Plot plt = new();
plt.AddSignal(signal, samplePeriod);
plt.Add.Signal(signal, samplePeriod);
plt.YLabel("Amplitude");
plt.SaveFig("time-series.png");
plt.SavePng("time-series.png",500,500);
```

<div align="center">
Expand Down

0 comments on commit d19a683

Please sign in to comment.