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


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

Re: laplace transformation half - plane

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 <sfeam@users.sourceforge.net>
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 <jdsp1q$es2$1@dont-email.me> (permalink)
References <e894639b-2137-4094-9e31-b876c6721de3@h12g2000yqg.googlegroups.com>
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

Followups directed to: comp.graphics.apps.gnuplot

Show key headers only | View raw


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

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


Thread

laplace transformation half - plane Nikolaus Huber <nikolaus.huber.melk@gmail.com> - 2012-01-02 07:41 -0800
  Re: laplace transformation half - plane sfeam <sfeam@users.sourceforge.net> - 2012-01-02 09:20 -0800
    Re: laplace transformation half - plane Nikolaus Huber <nikolaus.huber.melk@gmail.com> - 2012-01-02 11:46 -0800

csiph-web