stem3 with log axis - recovering stems
이전 댓글 표시
I create a stem3 plot with x, y, and z values. When the z-axis is linear, I get stem lines. When I change the z-axis to log, the stems disappear. I would like to recover them somehow.
I am familiar with this issue w.r.t the 2-D stem function http://www.mathworks.com/support/solutions/en/data/1-QB3KB/?solution=1-QB3KB
I'm not able to find corresponding properties for stem3 via the get(gcf), get(gca), and related commands.
1) Is there an equivalent setting(s) in stem3 that will allow this?
2) If not, is there a property that returns the zmin value of the logarithmic z axis? axis returns the values set in linear mode before I changed the z-axis scale property to log
3) Do I need to just code the line generation for log z mode?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Stem Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!