Dear,
The "fontsize=12" can used to change the size of "'Energy (eV)" in the picture plotted by ATK. For instance, pylab.ylabel('Energy (eV)',fontsize=12,family='sans-serif').
How can I change the size of the scale digit (0,50,-1.5, 1.5]) in picture using the following code ? pylab.axis([0,50,-1.5, 1.5])
where (0,50) is for the Y axis and (-1.5, 1.5) is for the X axis.
Best regards