from periodicTable import PeriodicTable 
tab = PeriodicTable("elements.txt")
figure = tab.getTableDraw("M","tableauA",800,"Masse molaire (g/mol)",20) 
            
figure = tab.getTableDraw("E","tableauB",800,u"\xc9lectron\xe9gativit\xe9",20)
            
figure = tab.getPropertyDraw("E","plotA",u"\xc9lectron\xe9gativit\xe9",0,5,"0,1,2,3,4,5")
figure = tab.getTableDraw("EI","tableauC",800,u"\xc9nergie d'ionisation (eV)",20)
            
figure = tab.getPropertyDraw("EI","plotB",u"\xc9nergie d'ionisation (eV)",0,30,"0,10,20,30")
figure = tab.getTableDraw("CV","tableauD",800,"Couche de valence",18)
