Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #1370

Re: Filled area in plot

From Christoph Bersch <usenet@bersch.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: Filled area in plot
Date 2012-09-14 12:17 +0200
Organization GWDG, Goettingen
Message-ID <k2v0a9$139s$1@gwdu112.gwdg.de> (permalink)
References <5566dacf-83e4-4ced-aad8-19a416d6d8ca@googlegroups.com>

Show all headers | View raw


Am 14.09.2012 12:07, schrieb J.-Th. Kühnert:
> Hi,
>
> I try to fill an area in a plot.
>
> The solution
>
> "set object 1 rectangle from screen 0,0 to screen 1,1 fillcolor rgb
> "#ff0000" behind"
[...]
> By changing these coordinates I can change the filled area inside the
> graph. But these are absolut coordinates!
>
> What I'm looking for is a solution which depends on the plotting
> area. I need a filled area between x,y = 90,6 to x,y = 100,6
> independend from the plotting pane.

set object 1 rectangle from first 90,6 to first 100,6 fillcolor rgb 
"#ff0000" behind"

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

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