Can I have a table in a tooltip plot - in the same spirit as this question?
1 view (last 30 days)
Show older comments
I've tried this ...
function txt = digraphToolTip(x,event_obj,t)
x.TipHandle.Interpreter = 'latex';
x.TipHandle.InterpreterMode = 'manual';
txt = '\begin{tabular}{lll} Chicago & usa & 1893 \end{tabular}';
end
I can stop the debugger here, so I know it's working, but I see the text, rather than a latex rendered table...
Any idea?
0 Comments
Answers (0)
See Also
Categories
Find more on 2-D and 3-D Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!