Hi Michiel,

My PGPLOT doesn't have GIF compiled in, but for PNGs you would just modify the 
Width and Height options:

perldl> $x=sequence(10)                                                         
                       
perldl> $y=$x*$x                                                                
                       
perldl> dev 'test.png/PNG', {Width => 800, Height => 800}                       
                       
perldl> line $x, $y    

        Cheers,
                Jarle.


On 21 Jul 2010, at 11:07, Michiel Lambrechts wrote:

> Hi,
> 
> A noob question.
> Is their a nice way to produce good looking .gif file in pdl using pgplot? 
> The ones I create all seem to have terribly low resolution.
> 
> I don't seem to find an answer using google...
> 
> Cheers,
> Michiel 
> _______________________________________________
> Perldl mailing list
> [email protected]
> http://mailman.jach.hawaii.edu/mailman/listinfo/perldl


_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to