|
From: Sebastien K. <seb...@ya...> - 2013-07-17 08:50:53
|
On 06/29/2013 05:07 PM, Mahmood Naderan wrote: > Hi Is it possible to print/export a chart to a file with a given resolution or > dpi? If the answer is positive, how can I do that? With a given resolution: (with pngcairo, but similar with other terminals) set terminal pngcairo size 640,480 With a given dpi, you'll have to use additional tool (imagemagick for example). |