|
From: Petr M. <mi...@ph...> - 2017-08-04 15:08:52
|
>> Directory pm3d is missing in 5.2-rc tar ball
>
> That is intentional. So far as I know the scripts in the pm3d subdirectory are
> no longer needed because the operations they perform are now part of the main program.
> The scripts can still be obtained from the SourceForge site if someone wants them.
Yes, these scripts are no longer needed. They were written around year 2000,
but nowadays gnuplot has this functionality built-in (what a nice progress
over ages!):
plot ... with image
(s)plot ... with point lc variable
BTW, I have just tested them - so if you still want to try
pm3dConvertToImage.awk, then in the postscript file you have to move
%pm3d_map_begin
just above the image data, as there are currently these lines:
1.000 UL
LT0
LC0 setrgbcolor
blocking between %pm3d_map_begin and the image data.
---
Petr
|