Assuming the data contained in a 2-by-2 matrix [1 0; 0 -1]. I want to draw a 3D bar graphics by choosing Plot -> 3D Wires and Bars -> Bars. Unexpectedly, the bars grow up from the minimum -1. As a result, the two zeros correspond to two bars with height 1. What shall I do if I want all the bars grow from the plane z=0, and the bars corresponding 1 and -1 grow into +z and -z direction? Thank you very much.