|
From: Clement L. <the...@gm...> - 2013-05-08 10:20:29
|
Hello, I deal with huge files too (sometimes ~ gigabytes in size). I would recommend png (set term png). PDFs are rendered data point by data point (vector) - if there are many many data points, your pdf viewer will choke trying to draw each point. Using the png terminal will make an image - the downside to this is will be fuzzy if you resize it with an image viewer. Clement On 8 May 2013 11:12, Mahmood Naderan <nt_...@ya...> wrote: > Hi > I have a large data file which is 500MB and contains nearly > > 48M lines. I exported to a pdf file but the resulting pdf file is > > very big so that adobe reader can not open that. > > > Which format is recommended for such big chart? Maybe this > question is off topic but any reply is appreciated. > > > Regards, > Mahmood > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and > their applications. This 200-page book is written by three acclaimed > leaders in the field. The early access version is available now. > Download your free book today! http://p.sf.net/sfu/neotech_d2d_may > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info |