Results 147 comments of Emmanuelle Gouillart

This request from the forum https://community.plot.ly/t/rounded-corners-on-hover-text/31301 could also be addressed by the possibility to pass generic css (here `border-radius`).

Hi @shirriff thank you for reaching out. We want to limit the required dependencies of `plotly`, and `pandas` is only an optional dependency which is used in `plotly.express` only. That...

Hi @elena-pascal @Shivamshaiv @deliciouslytyped could you please explain why ``` yaxis=dict( autorange='reversed' ) ``` is not a solution for you? Also note that `px.imshow` has an `origin` argument.

Thank you for your answer, but I don't understand the "handedness". Maybe a schematic drawing would help? Did you try passing your data to `px.imshow`? It should behave exactly like...

Thanks for this addition to the example. If you're plotting the difference between the orginal and "back shifted" image, then it would be interesting to use a different shifting method...

Also, figures showing the grayscale images should use `cmap='gray'`. Could you please change this?

@paalge I'm really not an expert on methods for shifting, so I don't know if it's worth an example (if you think so, go for it!).