Changeset 476 for trunk/ElementTable.py
- Timestamp:
- Feb 7, 2012 5:12:27 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ElementTable.py
r452 r476 1 #Element table for building periodic table with valences & JMOL colors 1 #Element table for building periodic table with valences & JMOL colors 2 2 import wx 3 3 #Need these in case go back to this periodic table coloring scheme … … 11 11 White = wx.Colour(255, 255, 255) 12 12 ElTable = [ 13 (["H","H-1"], 0,0, "Hydrogen", White, 0.0000,wx.Colour(255,255,255)), 13 (["H","H-1","D","D-1","T","T-1"],0,0, "Hydrogen", White, 0.0000,wx.Colour(255,255,255)), 14 (["D","D-1"], 0,0, "Deuterium", White, 0.0000,wx.Colour(255,255,255)), 15 (["T","T-1"], 0,0, "Tritium", White, 0.0000,wx.Colour(255,255,255)), 14 16 (["He",], 17,0, "Helium", Noblecolor, 0.0000,wx.Colour(217,255,255)), 15 17 (["Li","Li+1"], 0,1, "Lithium", Alkcolor, 0.0004,wx.Colour(204,128,255)),
Note: See TracChangeset
for help on using the changeset viewer.