== Package: pipe_control ==
The user functions provide a simple interface to the relax backend. For plotting and most functionality, this is in the [http://www.nmr-relax.com/api/3.3/pipe_control-module.html pipe_control package] which is used primarily to read and write data to the relax data store.
To use the backend code, you need to import:
from pipe_control.plotting import write_xy
</source>
== Package: lib ==