Group: alt.bbs.ads · Group Profile · Search for BB in alt.bbs.ads
Author: FamilyNet
Date: May 31, 2010 22:21
Hi all, as an addition to my previous postings, here is an example script that reproduces the problems with fixbb (should work with any gnuplot version from 4.2 to CVS): set term postscript eps enhanced set output 'x.eps' set xlabel '{/Oblique x}' set ylabel 'log_{10} {/Oblique y}' unset key plot log10(x**2) w l Please note that fixbb *does* work if "enhanced" is removed. Therefore
|