Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 733 Bytes

File metadata and controls

9 lines (8 loc) · 733 Bytes

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