Smithplot with Latex Text Interpreter - Infinity symbol not correctly shown
Afficher commentaires plus anciens
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
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Creating, Deleting, and Querying Graphics Objects dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!