|
I have been trying to get a label to work which is in units of reciprocal angstroms and wanted to show the angstrom to the negative one power. However, when I run the following code, the negative sign does not appear:
xlabel('$\rm \AA^{-1}$','interpreter','latex','fontsize',34)
Even just doing '$-1$' just shows the '1' with no negative sign. It seems to be a problem with linux, as a coworker of mine running a different version of linux has the same problem. I am, however, able to get the exact same code to work on my Windows 7 laptop.
Anyone know a work around for this? Is it just a bug that hasnt been fixed yet?
|