On 12.01.2012 14:23, Alex van der Spek wrote:
> I was wondering if there are plans to add HDF5 capability to gnuplot.
I can't comment on that, but
> I realize HDF5 is a very rich format. Won't be easy to write a general
> interface but something like:
>
> gnuplot>>> splot 'foo.hdf5' 'dataset name' using 1:2:3
you can do such thing with
gnuplot>>> splot '< h5totxt -s " " -d name' using 1:2:3
using e.g. the h5utils
<
http://ab-initio.mit.edu/wiki/index.php/H5utils>, I use that for all my
data.
So I don't know if there is really a need to implement this in gnuplot.
I guess a very simple interface to extract only datasets by name could
make sense, but not a general interface.
Christoph