Author: bugman
Date: Fri Feb  6 12:05:31 2015
New Revision: 27592

URL: http://svn.gna.org/viewcvs/relax?rev=27592&view=rev
Log:
Created the empty lib.plotting.veusz module for graphing using Veusz 
(http://home.gna.org/veusz/).


Added:
    trunk/lib/plotting/veusz.py
Modified:
    trunk/lib/plotting/__init__.py

Modified: trunk/lib/plotting/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/lib/plotting/__init__.py?rev=27592&r1=27591&r2=27592&view=diff
==============================================================================
--- trunk/lib/plotting/__init__.py      (original)
+++ trunk/lib/plotting/__init__.py      Fri Feb  6 12:05:31 2015
@@ -26,5 +26,6 @@
 __all__ = [
     'api',
     'gnuplot',
-    'text'
+    'text',
+    'veusz'
 ]

Added: trunk/lib/plotting/veusz.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/lib/plotting/veusz.py?rev=27592&view=auto
==============================================================================
--- trunk/lib/plotting/veusz.py (added)
+++ trunk/lib/plotting/veusz.py Fri Feb  6 12:05:31 2015
@@ -0,0 +1,25 @@
+###############################################################################
+#                                                                             #
+# Copyright (C) 2015 Edward d'Auvergne                                        #
+#                                                                             #
+# This file is part of the program relax (http://www.nmr-relax.com).          #
+#                                                                             #
+# This program is free software: you can redistribute it and/or modify        #
+# it under the terms of the GNU General Public License as published by        #
+# the Free Software Foundation, either version 3 of the License, or           #
+# (at your option) any later version.                                         #
+#                                                                             #
+# This program is distributed in the hope that it will be useful,             #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of              #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               #
+# GNU General Public License for more details.                                #
+#                                                                             #
+# You should have received a copy of the GNU General Public License           #
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.       #
+#                                                                             #
+###############################################################################
+
+# Module docstring.
+"""Module for data plotting using veusz."""
+
+


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to