Skip to content

How to sum a three-dimensional data along a certain coordinate axis to obtain a two-dimensional data #19496

Discussion options

You must be logged in to vote

I think you want to use a Data Binning operation.

  1. Got to Plots->Pseudocolor
  2. Select Operators->Data Binning->2D-><mesh your variable is defined on>
  3. The above steps create a plot/operator combination in the plot list
  4. Open the Data Binning operator attributes (you may need to expand the plot item in the plot list to get at it).
  5. Select X and Number of bins (>= number of mesh nodes in X) for Dimension 1 and Y and Number of bins (>= number of mesh nodes in Y) for Dimension 2 of the operation
  6. Select Average for Reduction Operator
  7. Select Mesh for Output on
  8. Draw.

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@markcmiller86
Comment options

@markcmiller86
Comment options

@ofsea
Comment options

@markcmiller86
Comment options

@ofsea
Comment options

Answer selected by markcmiller86
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants