|
From: Harald H. <h.h...@tu...> - 2005-02-05 16:09:44
|
Today, I have noticed that the currently available epslatex terminal has two bugs. Have a look at the output of this script: set terminal epslatex color 'default' 12 set output 'epslatex-orig1.eps' test set output set output 'epslatex-orig2.eps' set style line 1 lt rgb "#DA00A0" plot sin(x) w l ls 1 set output "gs epslatex-orig1.eps" results in "Error: /undefined in PolyFill" while "gs epslatex-orig2.eps" results "Error: /undefined in C". It is easy to fix these problems but I once again propose to apply my patch to cvs. The 'oldstyle' mode of today's version provides line styles, colors and symbols that are very similar to the ones of the old epslatex terminal (for those who did like the old behaviour). There has been positive feedback by Juergen Wieferink, Theo Hopman, and Andreas Keil. If you still have reservations to apply this patch please let me know why. Regards Harald -- Harald Harders h.h...@tu... http://www.harald-harders.de |