You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current behavior, the color is filled in between the two curves no matter which curve (1 or 2) is left or right of the over.
That's okay for most things, but there will probably be a wanted behavior where curve 1 left of curve 2 will produce one color fill and curve 1 right of curve 2 will produce another color fill.
Additionally, there might be a fill wanted where one fill is only present if curve 1 crosses curve 2 to the high side and another fill only present if curve 2 cross curve 1 to the low side.
There might be additionally combinations of this. Unsure whether these should be built in as sub-types of "between" fill or separate fill types?
Additional context
ALSO, I am unsure how high a priority this is.
The text was updated successfully, but these errors were encountered:
In my opinion this is a high priority enhancement. It's the first thing that was mentioned to me when I demonstrated the plot to potential users. I have been working on this experimentally - need to do more.
The only one I know about so far is for the fill colour to change when two curves cross over. Particularly when looking at the crossover between RHOB and NPHI (Density and Neutron Porosity). The fill colour change indicates where oil may be found. The crossover should be calculated on the x (measure axis) positions, so that different scales can be used to represent the different magnitudes of the units used for the different measures.
In the current behavior, the color is filled in between the two curves no matter which curve (1 or 2) is left or right of the over.
That's okay for most things, but there will probably be a wanted behavior where curve 1 left of curve 2 will produce one color fill and curve 1 right of curve 2 will produce another color fill.
Additionally, there might be a fill wanted where one fill is only present if curve 1 crosses curve 2 to the high side and another fill only present if curve 2 cross curve 1 to the low side.
There might be additionally combinations of this. Unsure whether these should be built in as sub-types of "between" fill or separate fill types?
Additional context
ALSO, I am unsure how high a priority this is.
The text was updated successfully, but these errors were encountered: