mailr27125 - in /trunk/lib: __init__.py plotting/ plotting/__init__.py


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

Header


Content

Posted by edward on December 18, 2014 - 11:05:
Author: bugman
Date: Thu Dec 18 11:05:44 2014
New Revision: 27125

URL: http://svn.gna.org/viewcvs/relax?rev=27125&view=rev
Log:
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.


Added:
    trunk/lib/plotting/
    trunk/lib/plotting/__init__.py
      - copied, changed from r27117, trunk/lib/software/__init__.py
Modified:
    trunk/lib/__init__.py

Modified: trunk/lib/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/lib/__init__.py?rev=27125&r1=27124&r2=27125&view=diff
==============================================================================
--- trunk/lib/__init__.py       (original)
+++ trunk/lib/__init__.py       Thu Dec 18 11:05:44 2014
@@ -48,6 +48,7 @@
     'order',
     'periodic_table',
     'physical_constants',
+    'plotting',
     'regex',
     'selection',
     'sequence',

Copied: trunk/lib/plotting/__init__.py (from r27117, 
trunk/lib/software/__init__.py)
URL: 
http://svn.gna.org/viewcvs/relax/trunk/lib/plotting/__init__.py?p2=trunk/lib/plotting/__init__.py&p1=trunk/lib/software/__init__.py&r1=27117&r2=27125&rev=27125&view=diff
==============================================================================
--- trunk/lib/software/__init__.py      (original)
+++ trunk/lib/plotting/__init__.py      Thu Dec 18 11:05:44 2014
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2013 Edward d'Auvergne                                       
 #
+# Copyright (C) 2014 Edward d'Auvergne                                       
 #
 #                                                                            
 #
 # This file is part of the program relax (http://www.nmr-relax.com).         
 #
 #                                                                            
 #
@@ -20,11 +20,7 @@
 
###############################################################################
 
 # Package docstring.
-"""The relax-lib NMR package - a library of functions for creating input, 
reading output and control of external software."""
+"""The relax library plotting package - a library of functions for plotting 
data via different software packages."""
 
 __all__ = [
-    'bruker_dc',
-    'grace',
-    'opendx',
-    'xplor'
 ]




Related Messages


Powered by MHonArc, Updated Thu Dec 18 11:20:02 2014