|
From: Akira K. <ka...@fu...> - 2015-05-25 23:13:10
|
Clemens Schäfermeier wrote > FILE *outfile = fopen(fname, "w"); > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > gnuplot-info mailing list > gnuplot-info@.sourceforge > Membership management via: > https://lists.sourceforge.net/lists/listinfo/gnuplot-info You need FILE *outfile = fopen(fname, "wb"); for binary file on windows. -- View this message in context: http://gnuplot.10905.n7.nabble.com/Plotting-binary-data-on-Windows-tp19488p19489.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |