|
From: Daniel G. <spa...@gm...> - 2006-07-04 12:00:49
|
Thanks a lot, it was in fact the ios::binary stream opening option! In fact, I do use this option in other parts of my program where binary I/O is needed, but I kept thinking it was an issue with gnuplot and completely missed I had somehow deleted it. Regarding my overhead comment, I do not have the whole gnuplot source code, only single files. Since they recursively include other files, I would have had to either get the whole source, or search for all files I needed. Well, I should have just DL'ed the full source. Thanks again for your answer, totally fixed my problem. (I do get x- and y- axis mixed up, as reported elsewhere, but this can be fixed by either switching the input order or "using 2:1:3"). This is with regards to gnuplot 4.0, by the way. Daniel -- View this message in context: http://www.nabble.com/Trouble-with-%22binary%22-option-for-splot-tf1883880.html#a5166284 Sent from the Gnuplot - User forum at Nabble.com. |