I have drone imagery that I am performing various processes through a notebook. One thing I would like to do is display the RGB imagery next to a single band plant height raster for visual comparison using Render, but it is only displaying the second raster. Is it possible to do this?
arcpy.ia.Render(ortho, {'bands': [3, 2, 1]})
arcpy.ia.Render(height, {'bands': [1]})
See attached screenshot