Plotly axis as exponential format
问题 This is a follow up on this question: SO Q The answer in the above question uses JavaScript code that turns an axis ticks into exponential. It works for a single axis on a single plot. When running it in a subplot() structure, it only works on the first plot when I apply it to the final plot. The modification I am looking for are these: 1: How to make it work on subplots. I tried calling JavaScript in the build of each subplot, but all plots came out without exponential then. 2: make it work