mailr16604 - /branches/uf_redesign/colour.py


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

Header


Content

Posted by edward on June 02, 2012 - 20:24:
Author: bugman
Date: Sat Jun  2 20:24:23 2012
New Revision: 16604

URL: http://svn.gna.org/viewcvs/relax?rev=16604&view=rev
Log:
The Molmol colour table is no longer a longtable.


Modified:
    branches/uf_redesign/colour.py

Modified: branches/uf_redesign/colour.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/colour.py?rev=16604&r1=16603&r2=16604&view=diff
==============================================================================
--- branches/uf_redesign/colour.py (original)
+++ branches/uf_redesign/colour.py Sat Jun  2 20:24:23 2012
@@ -163,7 +163,7 @@
 # User function documentation.
 __molmol_colours_doc__ = Desc_container("Molmol RGB colour arrays")
 __molmol_colours_doc__.add_paragraph("The following table is a list of 
colours used in Molmol and their corresponding RGB colour values ranging from 
0 to 1.")
-table = uf_tables.add_table(title="Molmol colour names and corresponding RGB 
colour values (from 0 to 1)", label="table: Molmol colours", spacing=False, 
longtable=True)
+table = uf_tables.add_table(title="Molmol colour names and corresponding RGB 
colour values (from 0 to 1)", label="table: Molmol colours", spacing=False, 
longtable=False)
 table.add_headings(["Name", "Red", "Green", "Blue"])
 table.add_row(["'black'", "0.000", "0.000", "0.000"])
 table.add_row(["'navy'", "0.000", "0.000", "0.502"])




Related Messages


Powered by MHonArc, Updated Sun Jun 03 12:20:02 2012