Thread: Open source graphing / plotting library?

  1. #1
    Registered User
    Join Date
    Jun 2007
    Posts
    2

    Open source graphing / plotting library?

    I'm trying to find a C library I can use that can create line graphs given some specific arguments like height / width / array of co-ordinates.

    Does anybody know of any graphing libraries that I can use?

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Which OS and compiler do you have.
    Things like graphics libraries are non-portable, so we need to know what to suggest which would fit with what you have.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    Jun 2007
    Posts
    2
    Quote Originally Posted by Salem View Post
    Which OS and compiler do you have.
    Things like graphics libraries are non-portable, so we need to know what to suggest which would fit with what you have.
    I'm using Linux and gcc.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Debug into Source
    By lehe in forum C++ Programming
    Replies: 4
    Last Post: 02-18-2009, 10:45 AM
  2. ReactOS - Open Source Project
    By Stefan100 in forum Projects and Job Recruitment
    Replies: 0
    Last Post: 10-25-2007, 09:56 AM
  3. Source code of the standard library functions...
    By Nutshell in forum C Programming
    Replies: 2
    Last Post: 01-21-2002, 12:35 PM
  4. QUAKE 2 SOURCE GPL'ED!!!(eg. ITS FREE AND OPEN!!)
    By no-one in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 12-23-2001, 11:33 PM
  5. OpenGL Open Source
    By gnu-ehacks in forum Game Programming
    Replies: 2
    Last Post: 11-29-2001, 12:50 AM