+ All Categories
Home > Documents > ParaView.ViewingPlotting

ParaView.ViewingPlotting

Date post: 06-Apr-2018
Category:
Upload: suekrue-ayhan-baydir
View: 218 times
Download: 0 times
Share this document with a friend
9
ParaView Visualization Cou rse Comparative Viewing, XY Plot, Spreadsheet View Dr. Jean M. Favre Chief Scientist Visualization Group Leader
Transcript

8/3/2019 ParaView.ViewingPlotting

http://slidepdf.com/reader/full/paraviewviewingplotting 1/9

ParaView Visualization Course

Comparative Viewing, XY Plot, Spreadsheet View

Dr. Jean M. Favre

Chief ScientistVisualization Group Leader

8/3/2019 ParaView.ViewingPlotting

http://slidepdf.com/reader/full/paraviewviewingplotting 2/9

8/3/2019 ParaView.ViewingPlotting

http://slidepdf.com/reader/full/paraviewviewingplotting 3/9

13/5/2009

Plot Over a Line

Position the line end-points on the extremities of thedataset

User can move them back with the “p” stroke (twotimes)

Plot will open a “XY Plot View”

Use panning, zooming and reset camera buttons

ValidPointMask array set to 0 if data is missing

Can be done interactively, “real-time” with the Auto-

Apply button Load State “nacaPlot.pvsm”

Histogram is a vtkRectilinearGrid.

8/3/2019 ParaView.ViewingPlotting

http://slidepdf.com/reader/full/paraviewviewingplotting 4/9

13/5/2009

Bart Chart

Histogram will open a “Bar Chart View”

Use panning, zooming and reset camera buttons

Play test “LoadStateHistogram.pvsm”

“Plot over Line” and Histogram are of typevtkRectilinearGrid

Can be saved as such, or as CSV file

Can compute averages of the other data values.Use SpreadSheet View to look at CellData

8/3/2019 ParaView.ViewingPlotting

http://slidepdf.com/reader/full/paraviewviewingplotting 5/9

13/5/2009

GeoPhysics example: Longitudinal average

8/3/2019 ParaView.ViewingPlotting

http://slidepdf.com/reader/full/paraviewviewingplotting 6/9

13/5/2009

Spreadsheet View

Any dataset can be viewed in a “Spreadsheet View”

Allows display of node- or cell-data

Allows selection

Can be exported as CSV file Display can be reduced to “Show only selected

elements”

Very smart at showing a table of arrays for multi-million data points!

Demo with 400x400x400

8/3/2019 ParaView.ViewingPlotting

http://slidepdf.com/reader/full/paraviewviewingplotting 7/9

13/5/2009

Comparative Viewing

• Compare, side-to-side, multiplevisualizationpipelines

• Demo

8/3/2019 ParaView.ViewingPlotting

http://slidepdf.com/reader/full/paraviewviewingplotting 8/9

13/5/2009

Plot Over Time

• Multiple points canbe tracked overtime (based ontheir ID)– Make a selection

– Copy the ActiveSelection

– Apply

– Plotting is allowedfor one point at atime.

• Produces a multi-block dataset

8/3/2019 ParaView.ViewingPlotting

http://slidepdf.com/reader/full/paraviewviewingplotting 9/9

13/5/2009

Summary

Plotting and Charting require RectilinearGrids (anduse the X coordinate as bottom axis). Developpersshould prepare data as such.

Comparative viewing is to be done with caution (or

low-resolution data)

Idem for “plot over time”

Both are ideal candidates for batch-modeprocessing