Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #1371
| Newsgroups | comp.graphics.apps.gnuplot |
|---|---|
| Date | 2012-09-14 04:08 -0700 |
| References | <5566dacf-83e4-4ced-aad8-19a416d6d8ca@googlegroups.com> <k2v0a9$139s$1@gwdu112.gwdg.de> |
| Message-ID | <afe8be09-28b0-423b-bc99-69ce9536fb3c@googlegroups.com> (permalink) |
| Subject | Re: Filled area in plot |
| From | J.-Th. Kühnert <jthkue@gmail.com> |
Hi, Am Freitag, 14. September 2012 12:18:50 UTC+2 schrieb Christoph Bersch: > set object 1 rectangle from first 90,6 to first 100,6 fillcolor rgb "#ff0000" behind thanks, but this did not has any effect. I use the epslatex terminal in the gnuplot version 4.6.0. This is the gnuplot source: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% #begin script reset set term epslatex size 12 cm,7 cm font ",9" color colortext set encoding utf8 set output 'test2.tex' set object 1 rectangle from first 90,6 to first 100,6 fillcolor rgb "#ff0000" behind f(x)=x plot [0:150][0:150] f(x) #end script %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Is there anything wrong? Best regards, Thomas
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
Filled area in plot J.-Th. Kühnert <jthkue@gmail.com> - 2012-09-14 03:07 -0700
Re: Filled area in plot Christoph Bersch <usenet@bersch.net> - 2012-09-14 12:17 +0200
Re: Filled area in plot J.-Th. Kühnert <jthkue@gmail.com> - 2012-09-14 04:08 -0700
Re: Filled area in plot James <jjpuzzles@wowway.com> - 2012-09-14 04:24 -0700
Re: Filled area in plot Christoph Bersch <usenet@bersch.net> - 2012-09-14 13:24 +0200
Re: Filled area in plot Bastian Märkisch <bmaerkisch@web.de> - 2012-09-14 13:32 +0200
Re: Filled area in plot J.-Th. Kühnert <jthkue@gmail.com> - 2012-09-14 23:23 -0700
Re: Filled area in plot J.-Th. Kühnert <jthkue@gmail.com> - 2012-09-14 23:39 -0700
csiph-web