z-axis position
Not sure if I am missing anything here, but seems like we can't control the position of the z-axis. I would have thought that the z-axis starts on [0, 0] on the xy plane, but it always starts at the smallest xy point. We could only enable/disable an axis, but can we change it position?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
You could set the zmin value to 0 if all of your values are above 0. Otherwise, if you want the z-axis to be in the center at 0 you could set the zmax and zmin to be the opposites of each other (so zmin is negative zmax).
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.