plot - How to add a hat to a greek letter in a graph label in excel 2013 -


i need add following character in y-axis label of excel 2013 plot: greek letter xi, hat ^ on top, , subscript of 1. if familiar latex, need : $\hat{\xi}_1$

i know can done in other programs, hate excel too, need in excel. there way this?

you can use unicode on fonts support it. want 'greek small letter xi' (u+03be) + 'combining circumflex accent' (u+0302) form ΞΎ̂.

to enter these codes on various platforms, consult this entry in wikipedia. in office, should able enter "3be" press alt-x, enter "302" , press alt-x again combined character.


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -