Menu

Commit [r27125]  Maximize  Restore  History

Created the empty lib.plotting package.

This follows from the thread at http://thread.gmane.org/gmane.science.nmr.relax.devel/7444.

The package will be used for assembling all of the data plotting capabilities of relax. It will
make support for different plotting software - Grace, OpenDX, matplotlib, gnuplot, etc - more
coherent. This will be used to create a software independent API for plotting in relax. I.e. the
plotting software is chosen by the user and then the data output by the user function passes into
the lib.plotting API which is then passed into the software dependent backend in lib.plotting.

bugman 2014-12-18

changed /trunk/lib/__init__.py
added /trunk/lib/plotting
copied /trunk/lib/software/__init__.py -> /trunk/lib/plotting/__init__.py
/trunk/lib/__init__.py Diff Switch to side-by-side view
Loading...
/trunk/lib/plotting
Directory.