3

Is there a simple way to clean up the overextending ticks and highlight the line intersections?

BubbleChart3D[RandomReal[1, {5, 5, 4}], PlotTheme -> "SolidGrid", 
 ChartElementFunction -> 
  ChartElementDataFunction["Cube", "Shape" -> "Square", 
   "Shading" -> "Fading", "TaperRatio" -> 1]]

enter image description here

I think I've seen this problem before but I can't find the post!

M.R.
  • 31,425
  • 8
  • 90
  • 281
  • 2
    I think https://mathematica.stackexchange.com/q/15735/69 is the one you were looking for. (There may be others..) – Brett Champion Dec 21 '18 at 19:53
  • @BrettChampion Ah yes that is it, is there any downside to setting that option to BSPTree globally? – M.R. Dec 21 '18 at 20:03
  • The main downside to using the BSPTree is that it can be noticeably slower and/or memory intensive than other methods. – Brett Champion Dec 21 '18 at 20:53

0 Answers0