mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7333 Well Log Plot: Improve Stack Curve with Phase Colors
Improve curve colors when only one curve of a given phase is displayed Make sure to call the base class directly above current inheritance level Improve colors
This commit is contained in:
@@ -16,7 +16,7 @@ $quinaryColor: #0ce5d5; // Quinary color
|
||||
$senaryColor: #a54ce5; // Senary color
|
||||
$borderColor: #394046; // Main border color
|
||||
$curveColorGas: #a91210; // Curve color for gas plot
|
||||
$curveColorGas2: #a91210; // Curve color for gas plot
|
||||
$curveColorGas2: #c91210; // Curve color for gas plot
|
||||
$curveColorOil: #7ba700; // Curve color for oil plot
|
||||
$curveColorOil2: #7ba700; // Curve color for oil plot
|
||||
$curveColorWater: #3e7aa7; // Curve color for water plot
|
||||
|
||||
@@ -13,7 +13,7 @@ $quinaryColor: #0ce5d5; // Quinary color
|
||||
$senaryColor: #a54ce5; // Senary color
|
||||
$borderColor: #394046; // Main border color
|
||||
$curveColorGas: #c80000; // Curve color for gas plot
|
||||
$curveColorGas2: #a91210; // Curve color for gas plot
|
||||
$curveColorGas2: #c91210; // Curve color for gas plot
|
||||
$curveColorOil: #00c800; // Curve color for oil plot
|
||||
$curveColorOil2: #7ba700; // Curve color for oil plot
|
||||
$curveColorWater: #0000c8; // Curve color for water plot
|
||||
|
||||
Reference in New Issue
Block a user