How to get a line over number that does not connect to line next to it?
조회 수: 2 (최근 30일)
이전 댓글 표시
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
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Annotations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!