If am doing C/C++ programming and produce data that I want to plot, how should I go about doing so? Are there plot routines built into C/C++? Should I output the data to a file, and then use a plot utility? If so, which utility should I use?