Skip to content

Commit

Permalink
Improve cross plot doc
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Oct 17, 2023
1 parent cf745b6 commit d86cef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/plot-window/SummaryCrossPlots.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ When creating cross plots based on ensembles, the appearance of curves can be ad


### Cross Plotting
Cross plotting creates a new vector from two input vectors. Each vector entry in the resulting vector consists of one vector item value from each of the two input vectors, having equal time steps. However, in most cases the two input vectors do not share the same time steps. To be able to create a resulting cross plot vector in such cases, linear interpolation between adjacent input vector items is being used.
A cross plot is established based on two input summary vectors. Each entry in the cross plot consists of one vector item value from each of the two input vectors having equal time steps. However, in most cases the two input vectors do not share the same time steps. To be able to create a cross plot in such cases, linear interpolation between adjacent input vector items is being used.

When a current time step **T** in input vector **A** is not found in input vector **B**, ResInsight interpolates between the time steps before and after **T** in vector **B**. In this way, ResInsight calculates an interpolated value for time step **T** from vector **B**. The same happens when a time step in vector **B** is not found in vector **A**.

Expand Down

0 comments on commit d86cef9

Please sign in to comment.