Uh oh!
There was an error while loading. Please reload this page.
Trying matching and scaling - #5196
Conversation
Trying here: https://codepen.io/nicolaskruchten/pen/KKMPJKR ... Now need to figure out a way to reinstate the exclusions in the pathological cases only. |
nicolaskruchten
commented
Oct 6, 2020
@emmanuelle check out the codepen above as a proof of concept |
| // 'matches' wins over 'scaleanchor' (for now) | ||
| var scaleanchor, scaleOpts; | ||
| if(!matches && |
There was a problem hiding this comment.
@alexcjohnson so I loosened this check, but I also had to remove the check below ... is this a belt-and-suspenders situation? If I restore the check below such that we only remove scale if it's the same letter as matches, does that seem sufficient?
archmoj
commented
Oct 26, 2020
alexcjohnson
commented
Oct 29, 2020
Thanks for the demo @archmoj AFAICT this generally works OK for
Having played with this a bit and tried to figure out as a user how I'd construct a plot like this, I really think we should keep the original condition that setting One important observation from my testing just now: if you have a domain-constrained axis, and others match it, we need to set them all to have the same fractional domain reduction - ie |
alexcjohnson
commented
Nov 20, 2020
Superseded by #5287 |
Resolves#3539.
@plotly/plotly_js