Tagged Questions
2
votes
0answers
157 views
programmatically generate graphs and charts with c / c++ [duplicate]
Is it possible to generate images that pictorially display data from data sets in memory?
I need to generate charts and graphs (jpeg / gif / png) to represent in-memory numerical data, produced in my ...
0
votes
1answer
90 views
Making charting in C
How do I make charts in C language? do I need to learn X11/OpenGL or equivalents and advanced math knowledge either there is a lib to do it for me? the requeriments is be written in ...