|
From: Mario R. <rom...@un...> - 2010-09-02 10:22:03
|
Dear Gnuplot-Folks,
I was wondering whether I could use Gnuplot to plot one function opaque
and one function transparent at the same time. I want to use this to
make the first function more recognizable in the following example:
gnuplot> set xrange[0:1]
gnuplot> set yrange[0:1]
gnuplot> set isosamples 50
gnuplot> splot exp(-100*( (x-0.4)**2 + (y-0.3)**2 )),\
exp(-10*( (x-0.4)**2 + (y-0.3)**2 ))
Unfortunately I have not found anything about that topic in the web, so
perhaps someone on this list would be so kind to provide me with a
solution for that.
Cheers,
Mario
---
Dipl. math. oec. Mario Rometsch
Research Training Group 1100
Institute for Numerical Mathematics
Helmholtzstr. 22, E012
Phone (+49) 731 50-31085
Mail rom...@un...
|