I tried an answer on the post here and I had an unwanted gap (see attached picture)
Asked
Active
Viewed 69 times
1 Answers
2
With the help from @kglr, I managed to find a solution.
The main change to eliminate the gap PlotRange->All
data=any random matrix
data2=ArrayPad[data,{0,1}];
ListPlot3D[data2,Mesh-> Full,InterpolationOrder->0,Filling->Bottom,
FillingStyle->{Opacity[0.7]},ColorFunction->"IslandColors",PlotRange->All,
DataRange->All,FaceGrids->{Bottom,Back,Left},ImageSize->400,PlotTheme->"Monochrome",
PlotStyle->Directive[Opacity[0.9],Blue]]
AQFarouk
- 341
- 1
- 2
- 9


PlotRangefrom the definition ofpltstyl(or change it toPlotRange -> All) – kglr Sep 08 '21 at 09:16