How to get a line over number that does not connect to line next to it?

1 回表示 (過去 30 日間)
Benjamin Cowen
Benjamin Cowen 2017 年 2 月 6 日
Hey, I am using the latex interpreter to write crystal directions. I have the code below. But if you use this, I get the direction [2110] and the line above the two 1's are connected. How can I have this line not connected? The reason this is not good is because it could be interpreted as 2 -11 0 but it needs to be 2 -1 -1 0. Note the - will be above the 1 as I have below. I would extremely appreciate any insight into how to fix this. Also, I do not want to add a space between the numbers. Then the spacing would look weird. I just want a smaller line above the number.
ax = gca;
ax.ThetaAxis.TickLabelInterpreter = 'latex';
ax.ThetaTickLabel = {'[2$\overline{1}\overline{1}$0]...

回答 (0 件)

カテゴリ

Help Center および File Exchange3-D Scene Control についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by