JustinGOSSES / wellioviz

d3.js v5 visualization of well logs
https://justingosses.github.io/wellioviz/#introduction
Apache License 2.0
49 stars 12 forks source link

Get log scales working for curves & ability to create own scales #53

Closed JustinGOSSES closed 4 years ago

JustinGOSSES commented 4 years ago

Is your feature request related to a problem? Please describe. Should be easy to switch from default linear curve scale to log or to another scale in d3 without having to change actual d3.js code

Describe the solution you'd like Input into a field either

  1. "linear"
  2. "log" 3 .{"yours":d3_scale_defined_here}

Describe alternatives you've considered just "linear" and "log"

JustinGOSSES commented 4 years ago

Completed in commit today,

Added a radio button to part 3 of https://observablehq.com/@justingosses/well-log-in-d3-js-v5-notebook-2 to make it easy to compare linear vs. log scaling.