|
From: Hans-Bernhard B. <br...@ph...> - 2005-05-27 12:41:40
|
DELIMA CHRISTOPHE wrote: > I'm working on a project in which I have to draw a representation in > three dimensions of a matrix. The only problem I have is that I can't > find how to make a good display in which I can see clearly each "peak" > and especially to distinguish where do I find higher frequencies. It's not quite clear what your 3D plot would have to do with frequencies. It looks like you'll want to have a look at 'help pm3d', and eventually plot your data as set pm3d set view map splot 'Points.dat' matrix with lines Another alternative would be set view map set contour base ; unset surface splot 'Points.dat' matrix with lines |