|
From: <Ste...@gm...> - 2011-01-04 14:53:09
|
Hi,
I want to plot a three dimensional array from a binary file as 2D images. Each array element contains a float32 value.
The plot command
#####################################
plot 'test3D.dat' binary array=16x16x16 format='%float32' using ($1) with image
#####################################
works in principle. But how is it possible to define which layer (for example third layer of the second dimension) should be plotted.
Or is it not possible at all so far.
Best regards
Stefan
|