« Return to Thread: generate gif output for gnuplot

Re: generate gif output for gnuplot

by José María Michia :: Rate this Message:

| View in Thread

Hello

i think that you can create a gif from your nice eps. using gimp, or
other image manipulation soft

Saludos
Jose Maria

2008/11/21 scipi <t.w.t@...>:

>
> Hello,
> I want to print a graph in gnuplot with different linetypes, like dashed,
> pointed,…
> When I print it into a .eps it works in this way:
> set terminal postscript enhanced eps color
> ...
> plot [] [-1:1] "000_rU1.dat" using 1:2 title " U1" with line lt 2 lw 2 lc
> rgb "black"
> but with the .gif output (set terminal gif) all linetypes are without
> dashes.
>
> Ideas  how to solve the Problem would be very nice.
> Thanks a lot
>
> --
> View this message in context: http://www.nabble.com/generate-gif-output-for-gnuplot-tp20538318p20538318.html
> Sent from the Gnuplot - User mailing list archive at Nabble.com.
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Gnuplot-info mailing list
> Gnuplot-info@...
> https://lists.sourceforge.net/lists/listinfo/gnuplot-info
>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Gnuplot-info mailing list
Gnuplot-info@...
https://lists.sourceforge.net/lists/listinfo/gnuplot-info

 « Return to Thread: generate gif output for gnuplot