Re: help converting matlab figure to gnuplot-equivalent
by merritt@[EMAIL PROTECTED]
(Ethan Merritt)
Jun 3, 2008 at 09:57 AM
In article <T3e1k.85035$Ht.84458@[EMAIL PROTECTED]
>,
Bart Vandewoestyne <MyFirstName.MyLastName@[EMAIL PROTECTED]
> wrote:
>On 2008-06-03, Ethan Merritt <merritt@[EMAIL PROTECTED]
> wrote:
>>
>> 1) the random points with their function values are not shown yet
>>
>> splot 'random.dat' using 1:2:(0) with points pt 7 lc rgb "red", \
>> '' using 1:2:3 with impulses, \
>> '' using 1:2:3 with points pt 7 lc rgb "blue"
>
>Thanks. This helped me a lot. What i currently have is in the
>file hill2.pl online at
>
>http://www.cs.kuleuven.be/~bartv/stuff/gnuplot/
>
>See hill.eps for where we are now :-)
>
>> 2) there is no transparency
>>
>> set style fill transparent solid 0.25 noborder
>>
>> Transparency is only sup****ted in the CVS version
>
>OK. I'll try to compile the CVS-version as soon as possible. In
>the meanwhile, I am also interested on how to remove the color legend
>appearing in the pm3d plots (see top right in hill.eps).
unset colorbox
You may also want
set border -1 # Draw all edges of the bounding box
--
Ethan A Merritt