[sr #3210] relaxation experimental data and fitting curve plot

2015-02-06 Thread Justin
Follow-up Comment #7, sr #3210 (project relax): I tried the help.py, but my spins to not have iinf, only I0 and rx. How can I generate this? ___ Reply to this item at: http://gna.org/support/?3210

[sr #3211] Provide veusz plots as an alternative to grace

2015-02-06 Thread Justin
URL: http://gna.org/support/?3211 Summary: Provide veusz plots as an alternative to grace Project: relax Submitted by: jlec Submitted on: Fri 06 Feb 2015 10:32:01 AM UTC Category: Feature request Priority:

Re: [sr #3211] Provide veusz plots as an alternative to grace

2015-02-06 Thread Edward d'Auvergne
Hi Justin, This should be possible. With discussions with Troels about 3D isosurface plotting, I created the space_mapping_refactor relax branch: http://thread.gmane.org/gmane.science.nmr.relax.scm/24009 http://svn.gna.org/viewcvs/relax/branches/space_mapping_refactor/ However in the

[sr #3211] Provide veusz plots as an alternative to grace

2015-02-06 Thread Edward d Auvergne
Follow-up Comment #1, sr #3211 (project relax): For discussions about this subject, see the thread at http://thread.gmane.org/gmane.science.nmr.relax.devel/7532. ___ Reply to this item at: http://gna.org/support/?3211

Re: [sr #3210] relaxation experimental data and fitting curve plot

2015-02-06 Thread Troels Emtekær Linnet
Hi Justin. You need to massage help.py a little. Look at: ## # Def function to interpolate def iinf(Iinf=None, I0=None, R=None, t=None): I = Iinf - I0 * np.exp(-R*t) return I # # Calculate interpolated intensities c_iinf =

Re: [sr #3211] Provide veusz plots as an alternative to grace

2015-02-06 Thread Edward d'Auvergne
Ok, this is done. If you like, I could also duplicate the grace.write user function into a new plotting.write user function so that you have a software independent way into the plotting API, via the standard user interface. Or maybe this could be plotting.write_xy. I would then shift the

Re: [sr #3211] Provide veusz plots as an alternative to grace

2015-02-06 Thread Edward d'Auvergne
Hi Justin, If you are interested, then I'll do a quick code rearrangement of the Grace plotting code and then set up the API methods for plotting such data: http://www.nmr-relax.com/api/3.3/lib.software-module.html http://www.nmr-relax.com/api/3.3/lib.plotting-module.html You would then