File size: 574 Bytes
6baf440 | 1 2 3 4 5 6 7 8 9 10 11 12 | Please generate a ParaView Python script for the following operations. Create a wavelet object. Render the RTDATA data in the wavelet and show the color bar. [optional: Make sure the colors are rescaled to the data range] [optional: Use the color map called 'Cool to Warm'] Next, split the view to the right and create a histogram from RTDATA. Use the same color map as before. Save a screenshot of the line chart in the file 'render-histogram-screenshot.png'. [note: do we want to output a screenshot of the surface rendering too? This script creates two visualizations] |