How to display values of z-axis in a stem chart
3 views (last 30 days)
Show older comments
Hi, I have a 3D stem chart as shown in the figure. I want P(x,y) values to appear above the points in the graph. How can I do that? Thanks in advance.
0 Comments
Accepted Answer
Walter Roberson
on 28 Oct 2022
text() accepts vectors of x y z and either string array or cell array of string. I suggest using compose() with a double-quoted format specification to build a string array.
0 Comments
More Answers (0)
See Also
Categories
Find more on Data Distribution 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!