textscatter does not use LaTeX
13 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Rick Baartman
il 7 Set 2023
Commentato: Rick Baartman
il 8 Set 2023
I use textscatter and textscatter3 to place label names on graphs, along the curve of the plot. This works fine. But I want LaTeX characters, and though that works for titles etc. when using plot(), it does not appear to apply to textscatter text strings to be placed.
0 Commenti
Risposta accettata
Walter Roberson
il 7 Set 2023
You are correct, textscatter() creates TextScatter objects, which do not have currently have any capacity to set the interpreter .
It appears that textscatter() combines placing colored text and colored markers.
You will need to separately use scatter() or scatter3() and text()
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Labels and Annotations in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!