When I run Flux in the GUI, I can export the visual representation of the geometry or the heat map using printGraphicToFile(fileName=img_path, width=1280, height=1024)
. However, when I execute the same script in batch mode from the terminal, the image is not exported. Is there an alternative method to generate the PNG in headless/terminal mode?