CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Plot in C++

  1. #1
    Join Date
    Sep 2009
    Posts
    51

    Plot in C++

    What's the best way to plot in C++?

    For example, I have data:

    x y
    ---------------
    1 2
    3 4
    5 6
    : :
    ---------------

    How shall I plot (x,y) curve? Any (open source) library to use? Thank you for suggestion.

  2. #2
    Join Date
    Jun 2005
    Posts
    315

    Re: Plot in C++

    Maybe this article will help.

  3. #3
    Join Date
    Sep 2009
    Posts
    51

    Re: Plot in C++

    cool, thanks a lot, Jeron.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured