My favourite way of inserting properly typeset formulas into plots is to compose them first in a Text cell, within an inline cell. Then I copy the inline cell and paste it into the input within quotation "". What I get, behind the scenes, is something like this:
Plot[x^2, {x, -1, 1}, Frame -> True,
FrameLabel -> {"\!\(\*FormBox[\(\*SubscriptBox[\(N\), \(p\)] \
g/\*SuperscriptBox[\(m\), \(2\)]\),
TraditionalForm]\)"}, BaseStyle -> {FontFamily -> "Times"}]
except that I see the readable typeset version.