Efficient Real-Time X-Y Plotting/Graphing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jlgeris
    New Member
    • Feb 2007
    • 7

    #1

    Efficient Real-Time X-Y Plotting/Graphing

    I'm working on an application that graphs data for given time intervals. For example, I could be collecting data in real time, and i'm graphing the last 5 minutes of the data up to the current point. When I have multiple axes, the number of points for each axis can become large fast. I have to go though and process all of these points every time I update the graph. When I have points that are in a pattern, or straight line, it doesn't make since to keep all of the ones in the middle. Does anyone know of any algorithms/data structures to efficiently process a large number of coordinates?

    BTW, I'm developing in C#.

    Thanks!
  • Stang02GT
    Recognized Expert Top Contributor
    • Jun 2007
    • 1206

    #2
    Unfortunately I can't help you but I would look at posting your question in the C forum. Or possibly have an admin move your post for you.

    This way you will have a better chance of getting your question answered.

    Comment

    • jlgeris
      New Member
      • Feb 2007
      • 7

      #3
      Thanks for the tip Stang

      Comment

      Working...