Kai-Mikael Jää-Aro <[EMAIL PROTECTED]> writes: > Nicolas Neuss wrote: > > Hello. > > Is someone using DX for generating ordinary 2D-graphs, i.e. as a > > replacement for gnuplot? If yes, I would be very interested in some script > > or visual program with suitable settings. > > I think the Plot module should give you most of what you need. The only > tricky thing is that you have to read in your data so that the x column > ends up as "positions" and the y column as "data". This you can do with > the General Array importer. > > >
Thank you very much. This is precisely what I need. I will probably not even need the ArrayImporter because I have routines for writing out the DX-format in the 2D and 3D case which should be easily adaptable to 1D (-> x-y plots). Nicolas.
