Saturday, April 2, 2022

[SOLVED] Good, free, easy-to-use C graphics libraries?

Issue

I was wondering if there were any good free graphics libraries for C that are easy to use? It's for plotting 2d and 3d graphs and then saving to a file. It's on a Linux system and there's no gnuplot on the system right now.

Or would it just be simpler to switch to another language, and if so which one would be easy to learn?


Solution

To plot 2D and 3D graphs in C I would recommend the library DISLIN. You can see examples here or there.

The code is pretty easy to use and gives nice results.



Answered By - Once
Answer Checked By - Willingham (WPSolving Volunteer)