|
From: Mahmood N. <nt_...@ya...> - 2013-05-08 10:22:48
|
>the downside to this is will be fuzzy if you resize it with >an image viewer. Yes that is right. While the chart is plotted with gnuplot, I can zoom and see further data points in details. However the PNG file looks like a bitmap image. Regards, Mahmood ________________________________ From: Clement Law <the...@gm...> To: Mahmood Naderan <nt_...@ya...> Cc: "gnu...@li..." <gnu...@li...> Sent: Wednesday, May 8, 2013 2:50 PM Subject: Re: [Gnuplot-info] Dealing with a big chart 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 |