|
From: Jon <dev...@gm...> - 2010-11-21 21:44:58
|
Thank you so much! I think it works. Sincerely, Jon On Fri, Nov 12, 2010 at 1:31 PM, Julien Rioux <jr...@ph...>wrote: > On 12/11/2010 2:09 PM, Jon wrote: > > convert aaa.eps -resize 640 480 aaa.png > > > > outside gnuplot, but the plot is smeared out due to magnification. > > > > use an higher density of pixels for rasterizing, and more output pixels: > convert -density 1000 -resize 3200x2400 aaa.eps aaa.png > > but best to leave out the -resize part and just tweak the correct number > for -density for the desired output size. > > Cheers, > Julien > > > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today > http://p.sf.net/sfu/msIE9-sfdev2dev > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > |