Skip to content

Files

Latest commit

2c5d0d9 · Jan 9, 2022

History

History
This branch is 241 commits behind swharden/Csharp-Data-Visualization:main.

17-06-24_stretchy_line_plot

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 9, 2022
Jan 9, 2022
Jan 9, 2022
Jan 9, 2022

Stretchy Line Plot

In this demo some random points are generated and scrolled (similar to numpy's roll method).

  • Although the result looks simple, there is some strong thought behind how this example is coded.
    • All the graphing code is encapsulated by the ScottPlot class of swhPlot.cs.
    • The code of the GUI itself Form1.cs is virtually empty.
    • My thinking is that from here I'll work on the graphing class, keeping gui usage as simple as possible.
  • Note: plotting 321 data points I'm getting about 300Hz drawing rate with anti-aliasing off and 100Hz with it on