954,498 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Graphing/Plotting in C++

I do not need anything too complex, I just need to be able to graph and plot some simple 2D graphs. There is a lot of scattered info all over the internet and at work I dont want to download one of these free softwares and have it blow up my computer.

Any Advice? Free and not free graphing software??
Thanks!

JordanHam
Light Poster
41 posts since Jan 2011
Reputation Points: 8
Solved Threads: 0
 

Well, plotting a graph implies a GUI, and most GUI tools have at least basic plotting tools. One that can easily be advocated is the used Qt for the GUI and Qwt for the scientific plotting tools.

If you just want to have a plot, no GUI, I would suggest you just save the data to a ascii file (with data elements separated by spaces or tabs or commas) and use any software for plotting it, like Excel, OpenOffice-Spreadsheet, Matlab or Octave.

none of the above suggestions are "untrustworthy", you can use them without fear that they will blow up your computer!

mike_2000_17
Posting Virtuoso
Moderator
2,134 posts since Jul 2010
Reputation Points: 1,634
Solved Threads: 457
 

Save as ASCII and plot with Gnuplot.

ravenous
Posting Pro
516 posts since Jul 2005
Reputation Points: 269
Solved Threads: 92
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: