Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #845
| From | Christoph Bersch <usenet@bersch.net> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Reading HDF5 files? Plans? |
| Date | 2012-01-12 14:41 +0100 |
| Organization | GWDG, Goettingen |
| Message-ID | <jemnti$1ejg$1@gwdu112.gwdg.de> (permalink) |
| References | <4f0edeee$0$6925$e4fe514c@news2.news.xs4all.nl> |
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
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
Reading HDF5 files? Plans? "Alex van der Spek" <zdoor@xs4all.nl> - 2012-01-12 08:23 -0500
Re: Reading HDF5 files? Plans? Christoph Bersch <usenet@bersch.net> - 2012-01-12 14:41 +0100
Re: Reading HDF5 files? Plans? "Alex van der Spek" <zdoor@xs4all.nl> - 2012-01-14 17:10 +0100
csiph-web