Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!hal.pasdenom.info!goblin1!goblin.stu.neva.ru!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: sfeam Newsgroups: comp.graphics.apps.gnuplot Subject: Re: laplace transformation half - plane Followup-To: comp.graphics.apps.gnuplot Date: Mon, 02 Jan 2012 09:20:56 -0800 Organization: gnuplot development team Lines: 27 Message-ID: References: Reply-To: sfeam@users.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit Injection-Date: Mon, 2 Jan 2012 17:20:59 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="3mhAfh4CeAIeL3OKnPexDA"; logging-data="15234"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19pzA95sUS8cWRPuuKLEbPe" User-Agent: KNode/4.4.9 Cancel-Lock: sha1:EG8vBK4hicDEX95dwFs8ewsG4wY= Xref: x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:804 Nikolaus Huber wrote: > hello, at the moment I'm writing a special topic for my final exams in > mathematics, my topic is laplace - transformation. Thus I have to plot > a graph, that displays socalled half planes, which means that there > are just the axes and than, from a specific x value on (e.g. x = 0), > the complete right coordinate system should be shaded. I've tried to > define 2 lines parallel to the y axis and fill the space between them, > but actually that didn't work. > > Thanks for all suggestions! > > niki # gray background for right half-plane set object 1 rectangle from first 0, screen 0 to screen 1, screen 1 set object 1 behind set object 1 fillstyle solid noborder fillcolor rgb "gray" # "just the axes" set xzeroaxis set yzeroaxis set border 0 # if you want to label the axes set xtics axis set ytics axis