mailr26805 - /branches/nmrglue/pipe_control/nmrglue.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by tlinnet on November 28, 2014 - 13:56:
Author: tlinnet
Date: Fri Nov 28 13:56:45 2014
New Revision: 26805

URL: http://svn.gna.org/viewcvs/relax?rev=26805&view=rev
Log:
Fix for missing comment about the return of the Axis instance for additional 
decoration of plot.

Task #7873 (https://gna.org/task/index.php?7873): Write wrapper function to 
nmrglue, to read .ft2 files and process them.
Homepage: http://www.nmrglue.com/
Link to nmrglue discussion: 
https://groups.google.com/forum/#!forum/nmrglue-discuss
The code is develop at Github: https://github.com/jjhelmus/nmrglue/
Google code: https://code.google.com/p/nmrglue/
Documentation: http://nmrglue.readthedocs.org/en/latest/index.html

Modified:
    branches/nmrglue/pipe_control/nmrglue.py

Modified: branches/nmrglue/pipe_control/nmrglue.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/nmrglue/pipe_control/nmrglue.py?rev=26805&r1=26804&r2=26805&view=diff
==============================================================================
--- branches/nmrglue/pipe_control/nmrglue.py    (original)
+++ branches/nmrglue/pipe_control/nmrglue.py    Fri Nov 28 13:56:45 2014
@@ -96,5 +96,6 @@
     # Call the contour plot.
     ax = contour_plot(spectrum_id=spectrum_id, contour_start=contour_start, 
contour_num=contour_num, contour_factor=contour_factor, ppm=ppm, show=show)
 
+    # Return the axis instance, for possibility for additional decoration.
     return ax
 




Related Messages


Powered by MHonArc, Updated Fri Nov 28 14:40:01 2014