Thread: Library for plotting points?

  1. #1
    Registered User
    Join Date
    Jan 2009
    Posts
    103

    Library for plotting points?

    I'm writing a program to draw a mandelbrot set. I started in Java but its just way too tedious. But, in C, I don't want to waste time learning OpenGL just to plot a few hundred points. Is there a more basic library that will allow me to plot points?

  2. #2
    and the Hat of Guessing tabstop's Avatar
    Join Date
    Nov 2007
    Posts
    14,336
    Write a script for GNUplot?

  3. #3
    Registered User
    Join Date
    Apr 2007
    Posts
    137
    On Windows, it's done by the native Win32 Graph control...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. standrad library
    By sarahr202 in forum C++ Programming
    Replies: 11
    Last Post: 05-18-2009, 08:50 PM
  2. Help it won't compile!!!!!
    By esbo in forum C Programming
    Replies: 58
    Last Post: 01-04-2009, 03:22 PM
  3. Replies: 1
    Last Post: 11-27-2007, 07:41 AM
  4. Replies: 19
    Last Post: 01-12-2006, 11:04 AM
  5. very weird .h problem
    By royuco77 in forum C++ Programming
    Replies: 1
    Last Post: 09-11-2005, 07:55 AM