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
Currently, the plots in a track is only configured using the curve name; this means that if you have the same curve across multiple well-log, the well log viewer will pick the first instance of the curve it finds across the sets. It makes sense to allow users to render different curves, so this should be changed.
Proposed changes:
Add logName/logName2 (or just log) to the TemplatePlot config
Sidenote, at this point, should we not just make it so TemplatePlot has a associatedCurve: TemplatePlot prop, instead of using all the "2" props?
Make it so the various track menus to support specifying a log
Have the rendered tracks show source well-log somehow, some ideas are:
One option is to show it as a hover tool-tip, but videx does not exposes this as on option
Add a prefix to the curve name (potentially only if multiple variants exist?)
Make default track title be the log name
The text was updated successfully, but these errors were encountered:
Currently, the plots in a track is only configured using the curve name; this means that if you have the same curve across multiple well-log, the well log viewer will pick the first instance of the curve it finds across the sets. It makes sense to allow users to render different curves, so this should be changed.
Proposed changes:
logName/logName2
(or justlog
) to theTemplatePlot
configTemplatePlot
has aassociatedCurve: TemplatePlot
prop, instead of using all the "2" props?videx
does not exposes this as on optionThe text was updated successfully, but these errors were encountered: