plotly.rs icon indicating copy to clipboard operation
plotly.rs copied to clipboard

Axis::matches is hardcoded to "x"

Open SignalWhisperer opened this issue 2 years ago • 0 comments

The Axis::matches function for the Layout struct currently receives a bool and then hardcodes this internally to "x". This limits greatly the matching that can be done for axes within subplots.

I believe the function should receive a string instead, allowing for far greater customization of axis matching as is supported by Plotly.js. [doc1, doc2]

SignalWhisperer avatar Aug 15 '23 03:08 SignalWhisperer