Thread: C++ graph ploting

  1. #1
    Registered User
    Join Date
    May 2010
    Posts
    1

    Question C++ graph ploting

    Hi i have a problem with c++ program

    I never ploted a graph or has ever made anithig even graphic related at C++

    As a part of my asigment i have to plot a variable/time graph

    i have in my program constantly changeing variable (pure numbers), and i need to plot them

    in a simple pillars graph acording to time they arive and my question is:

    is there any code sample or a tutorial i can use to see how this works or how is this

    suposed to look like, and is it easier to make a graph in c++ or to call in some graph ploting

    program and what program wuld you recomend

    thx in advance

  2. #2
    Registered User
    Join Date
    Apr 2010
    Posts
    43
    Normally I wouldn't do this, since making another one's code from scratch does not seem at all appropiate and same for sending reference without this being the last resort, but still... You can try checking here: Simplest Graph Plotting for C or C++ . I just Googled (sorry for the made-up verb) "Graph Plotting C++". It's a basic thing you should do before asking here for help.

    Good luck.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. error help making no sense
    By tunerfreak in forum C++ Programming
    Replies: 5
    Last Post: 04-17-2007, 07:55 PM
  2. How to use C++ graphs?
    By eur0dad in forum C++ Programming
    Replies: 4
    Last Post: 10-14-2006, 11:37 AM
  3. Help w/ graph as adjacency matrix
    By ac251404 in forum C++ Programming
    Replies: 4
    Last Post: 05-09-2006, 10:25 PM
  4. determining a path through the graph
    By Mist in forum C Programming
    Replies: 2
    Last Post: 02-27-2005, 12:21 PM
  5. Minimize crossing edges in undirected graph
    By Shiro in forum C Programming
    Replies: 0
    Last Post: 12-26-2001, 04:48 AM

Tags for this Thread