diff --git a/.gitignore b/.gitignore index d1e81be0c..8fa87b6f7 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ node_modules npm-debug.log .vscode/ +.hugo_build.lock diff --git a/content/getting-started/whats-new/releasenotes_2023_10.md b/content/getting-started/whats-new/releasenotes_2023_10.md index cfde92b2b..6a72551c5 100644 --- a/content/getting-started/whats-new/releasenotes_2023_10.md +++ b/content/getting-started/whats-new/releasenotes_2023_10.md @@ -24,19 +24,24 @@ When working with seismic data, it is no longer required to have a grid model op [Summary Cross Plot]({{< relref "summarycrossplots" >}}) curves are now easily available as part of a summary plot. Cross plot of ensemble curves is now supported, and [Regression Curves]({{< relref "regressionanalysis" >}}) can be created on both single cross plot curves and ensemble statistics curves. +## Regression Analysis for Grid Cross Plots +![]({{< relref "" >}}images/plot-window/GridCrossPlot_ResgressionCurve.png) + +[Grid Cross Plots]({{< relref "gridcrossplots" >}}) have now support for display of regression curves. + ## Performance improvements - Huge performance improvements for summary cases with many objects (wells, groups, regions, ...) - Using the [Polygon Cell Filter]({{< relref "filters" >}}#cell-filters) is now performing much better ## Stacking of Curves - Fixed a crash when stacking was enabled -- Do a zoom all when stacking option is changed to make sure that all curves are visible +- Make sure all curves are visible when stacking is changed - Improve performance when selecting multiple curves and toggle stacking state of all curves in one operation ## Other improvements - [Valve Import]({{< relref "completions" >}}#perforation-interval-valves) is now supported from Completor and Eclipse schedule files. -- Show plot data is not supported for [Analysis Plots]({{< relref "analysisplots" >}}) [Correlation Plots]({{< relref "correlationplots" >}}). +- Add text export using **Show Plot Data** for [Analysis Plots]({{< relref "analysisplots" >}}) and [Correlation Plots]({{< relref "correlationplots" >}}). - Text labels can be visualized on surface intersection lines - Ensemble RFT plots are improved to handle horizontal wells correctly - Avoid setting curve color to full white when highlighting a curve diff --git a/content/plot-window/GridCrossPlots.md b/content/plot-window/GridCrossPlots.md index 6b59775fd..f0dfecf8a 100644 --- a/content/plot-window/GridCrossPlots.md +++ b/content/plot-window/GridCrossPlots.md @@ -33,6 +33,9 @@ Having created a Grid Cross Plot, the appearance of the Legends, the Info box an The plot also have some available settings for the two plot axes (X and Y), where the title position and font size can be altered plus the axis range may be controlled and the axis may be set as logarithmic and inverted so the smallest value is first (default for DEPTH on the Y-axis). +## Regression Curves +![]({{< relref "" >}}images/plot-window/GridCrossPlot_RegressionCurve.png) +A regression curve can be displayed for each data group. The display of regression curves is controlled from the **Regression Curves** folder. ## Grid Cross Plot Data Sets Further Grid Cross Plot data sets can be added to a Plot by right clicking on the plot in the Project Tree and selecting **New Data Set**. diff --git a/content/plot-window/SummaryCrossPlots.md b/content/plot-window/SummaryCrossPlots.md index 965ea4334..5ce8235ae 100644 --- a/content/plot-window/SummaryCrossPlots.md +++ b/content/plot-window/SummaryCrossPlots.md @@ -24,6 +24,8 @@ See the [detailed description]({{< relref "summaryplots" >}}#summary-curves). ## Summary Cross Plot Ensemble +When computing statistics curves for the ensemble, the x-axis is divided into bins. For each bin, all values are collected. A minimum realization count is used descide if there are enough realizations to compute statistics. The number of bins and realization count threshold can be set in the **Property Editor** for the ensemble. + When creating cross plots based on ensembles, the appearance of curves can be adjusted in the property editor. Note that the appearance of statistics curves also can be customized in the **Statistics** group. [Regression analysis]({{< relref "regressionanalysis" >}}) is supported on ensemble statistics curves. ![]({{< relref "" >}}images/plot-window/SummaryCrossPlot_ensemble.png) diff --git a/static/images/plot-window/GridCrossPlot_RegressionCurve.png b/static/images/plot-window/GridCrossPlot_RegressionCurve.png new file mode 100644 index 000000000..b4a5259c7 Binary files /dev/null and b/static/images/plot-window/GridCrossPlot_RegressionCurve.png differ