2D Plot (CImg)Final update: The deadline for this has already past, but I wanted to keep at it until I got it to d...
2D Plot (CImg)This will have to do. It creates an output that more clearly demonstrates what is going on with the ...
2D Plot (CImg)An update on issue #2: I found the rotate function, but the data was still backwards, so I mapped i...
2D Plot (CImg)Using your example, I did this: [code]CImg<unsigned char> hrtBtPts(lineNmb,350,1,3,1); for (int i =...
2D Plot (CImg)Awesome. Is there a way to draw a curve connecting these data points, using this library?