Smithplot with Latex Text Interpreter - Infinity symbol not correctly shown
古いコメントを表示
Hi all,
I want to embed a Smith Chart (using smithplot) in my Latex Document. Therefore I set the default text, legend and tick label interpreter to latex.
set(0,'defaulttextinterpreter','latex')
set(0,'defaultAxesTickLabelInterpreter','latex');
set(0,'defaultLegendInterpreter','latex');
My problem is, that the infinity symbol is not drawn correctly, as shown in the image below.

The cause of this behaviour seems to be, that Matlab plots the infinity sign in latex mode as \infty, but it should be $\infty$. I didn't find a way to change the axes tick label for smithplot. This doesn't work as for an usual graph. Actually, I don't even need the infinity sign in my plot, so if anybody knows how to remove it, any help would be appreciated.
Thanks for your help,
Alex
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Creating, Deleting, and Querying Graphics Objects についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!