Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #804
| From | sfeam <sfeam@users.sourceforge.net> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: laplace transformation half - plane |
| Followup-To | comp.graphics.apps.gnuplot |
| Date | 2012-01-02 09:20 -0800 |
| Organization | gnuplot development team |
| Message-ID | <jdsp1q$es2$1@dont-email.me> (permalink) |
| References | <e894639b-2137-4094-9e31-b876c6721de3@h12g2000yqg.googlegroups.com> |
Followups directed to: comp.graphics.apps.gnuplot
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 | Next — Previous in thread | Next in thread | Find similar
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