I'd like to use Code:Blocks to run scientific programs in C and Fortran (simulations and processing experimental data) then plot the results in a variety of forms for analysis. In the source code i'd like to be able to call simple functions eg plot(x,y) for a 2D plot or plot3d(x,y,z) to get a surface or contour plot, without baggage (eg. a whole series of commands defining axes, borders etc). This convenience is how things work in languages of Matlab and IDL, but i'm looking to replace these with opensource equivalents. Might there be a convenient graphics package (either part of Code:Blocks or third party software) i can use with Code:Blocks to do this easily?
many thanks for any help,
Neil