How can I remove three of the edges (of axes) displayed when using ListDensityPlot3D (see image below)? The three edges "obstruct" the view and I would like to remove them, if possible, while retaining the other edges. For example, in
data = Table[x y z, {z, -1, 1, 2/40.}, {y, -1, 1, 2/40.}, {x, -1, 1, 2/40.}];
ListDensityPlot3D[data]
So far, I see that the Boxed->False option allows to remove all edges, but not specific ones.




Boxedat https://mathematica.stackexchange.com/questions/80609/choosing-which-edges-of-the-box-to-show-in-3d-graphics – dpcard Feb 01 '18 at 00:26