I want to represent a series of results computed from y = f(x1, x2, x3), with x1, x2 and x3 being in the [-2, +2] range.
For now, I use the "scatter3d" package, and an example of a resulting plot is attached to this question.
You can see that the axis starts at -2 for the three explanatory variables. However, I would like to have the axis centered on 0,0,0 in order to better identify negative and positive values.
Any idea on how to do that ?