solver.tui.display.objects.create("contour","pressure","surfaces-list","wall",[],"field","pressure")
solver.tui.display.objects.edit("pressure","color-map","font-size",0.1)
solver.tui.display.objects.edit("pressure","color-map","format","%0.0g")
solver.tui.display.objects.display("pressure")
solver.tui.views.restore_view("isometric")
solver.tui.views.auto_scale()
solver.tui.display.save_picture("pressure")
.when I am trying to use the above syntax I am getting the image with default color map settings, please suggest the syntax to save the color map setting and then saving the picture. I m able to find the save/display option in graphics of ansys fluent but I cant find the tui command to save the color map setting and display image