MatLab: Weird display of logarithmic z-axis and bar3
问题 I want to display a 3d histogram using bar3 plot. Using linear scales with respect to x-, y-, and z-axis gives the following result: However, since the z-values have a very large interval I want to use a logarithmic z-axis such that the lower z-values are also visible. However, setting the z-axis to logarithmic with set(gca, 'ZScale', 'log'); yields the following plot, which does not look good: Is there some extra option I need to set or is it a known bug? Thanks in advance! 回答1: This is a