#6363 Export fracture model plot as png in example.

This commit is contained in:
Kristian Bendiksen 2020-09-02 16:33:47 +02:00
parent 185bf31228
commit 30b06eb3e0

View File

@ -38,3 +38,7 @@ fracture_model_plot = fracture_model_plot_collection.new_fracture_model_plot(ecl
file_path = "/tmp/Geological.frk"
fracture_model_plot.export_to_file(file_path=file_path)
export_folder = "/tmp/"
fracture_model_plot.export_snapshot(export_folder=export_folder)