Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #735
| From | Christoph Bersch <usenet@bersch.net> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Colour, no gif |
| Date | 2011-12-09 16:28 +0100 |
| Organization | GWDG, Goettingen |
| Message-ID | <jbt9eu$4dc$1@gwdu112.gwdg.de> (permalink) |
| References | <jbt85l$3r6$1@dont-email.me> |
On 09.12.2011 16:50, Dieter Britz wrote: > Until recently I have used the terminal type "gif" which allowed me > a coloured canvas. A gnuplot update has now removed gif from the > terminal types. The current CVS version still supports GIF, so you must be more specific to which version you updated, where you got the update from, on which platform etc. > Can I have a coloured canvas with postsctipt enh eps, or what > terminal type is there that will allow me this, and how do I specify > the colour? I have tried postscript enh eps, adding rgb "#010101", > but gnuplot says it doesn't know rgb. In the CVS version there is a terminal option 'background': set terminal postscript enh eps background rgb "#010101" For other terminals or gnuplot versions you can use e.g. (all on one line, don't know if there is a shorter version of this): set object rectangle back from screen 0, screen 0 to screen 0.5, screen 1 fc rgb "#550000" fillstyle solid 1.0 noborder Christoph
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
Colour, no gif Dieter Britz <dieterhansbritz@gmail.com> - 2011-12-09 16:50 +0100
Re: Colour, no gif Christoph Bersch <usenet@bersch.net> - 2011-12-09 16:28 +0100
Re: Colour, no gif sfeam <sfeam@users.sourceforge.net> - 2011-12-09 15:57 -0800
Re: Colour, no gif Dieter Britz <dieterhansbritz@gmail.com> - 2011-12-12 11:07 +0100
Re: Colour, no gif Dieter Britz <dieterhansbritz@gmail.com> - 2011-12-14 15:06 +0100
Re: Colour, no gif Christoph Bersch <usenet@bersch.net> - 2011-12-14 14:58 +0100
Re: Colour, no gif Dieter Britz <dieterhansbritz@gmail.com> - 2011-12-15 10:44 +0100
Re: Colour, no gif sfeam <sfeam@users.sourceforge.net> - 2011-12-15 13:17 -0800
csiph-web