|
From: Ethan A M. <merritt@u.washington.edu> - 2015-10-13 23:29:41
|
On Wednesday, 14 October, 2015 00:20:00 Valerio Schiavoni wrote: > Hello, > i have a problem with the terminal postscript under Gnuplot 5.0. It now > seems to ignore the filling colours. You selected "set term post eps monochrome" so all the colors became black. If you instead say "set term post eps color" the result may be closer to what you intended. The fact that postscript/eps defaults to monochrome is an unfortunate historical artifact. Version 5 left it that way for backwards compatibility, but at least for me it is _always_ correct to say "set term post color" - even if I want grayscale as it seems you want for your plot. Ethan > > This is the gnuplot script: > > https://gist.github.com/vschiavoni/97918d379377a69cf911#file-scalability-gp > > The input file is this: > > https://gist.github.com/vschiavoni/97918d379377a69cf911#file-tput_norm-txt > > Currently, the scalability.eps I get as output is this: > > https://gist.github.com/vschiavoni/97918d379377a69cf911#file-scalability-eps > > > Some very savvy user on the #gnuplot IIRC channel pointed out that some > issue might be in the /Lca, LCb definitions (see > https://gist.github.com/vschiavoni/97918d379377a69cf911#file-scalability-eps-L89 > and around) > > > My installation: > G N U P L O T > Version 5.0 patchlevel 1 last modified 2015-06-07 > > > Can anyone shed some light on this ? > Thanks, > > -- > Valerio -- Ethan A Merritt Biomolecular Structure Center, K-428 Health Sciences Bldg MS 357742, University of Washington, Seattle 98195-7742 |