SciVisAgentBench-tasks / paraview /color-blocks /task_description.txt
KuangshiAi
merge chatvis bench and main
77dc289
raw
history blame
1.24 kB
I would like to use ParaView to visualize a dataset.
Set the background to a blue-gray palette.
Read the file "color-blocks/data/color-blocks.ex2".
This is a multiblock dataset.
Color the dataset by the vtkBlockColors field.
Retrieve the color map for vtkBlockColors.
Retrieve the opacity transfer function for vtkBlockColors.
Retrieve the 2D transfer function for vtkBlockColors.
Set block coloring for the block at /IOSS/element_blocks/block_2 using the variable ACCL on the x component of the points.
Rescale the block's color and opacity maps to match the current data range of block_2.
Retrieve the color transfer function for the ACCL variable of block_2.
Enable the color bar for block_2.
Apply a cool to warm color preset to the color map for block_2.
Set the camera to look down the -y direction and to see the entire dataset.
Save the visualization image as "color-blocks/results/{agent_mode}/color-blocks.png".
(Optional, but must save if use paraview) Save the paraview state as "color-blocks/results/{agent_mode}/color-blocks.pvsm".
(Optional, but must save if use python script) Save the python script as "color-blocks/results/{agent_mode}/color-blocks.py".
Do not save any other files, and always save the visualization image.