-
Beta Was this translation helpful? Give feedback.
Answered by
dbuezas
May 14, 2022
Replies: 1 comment 1 reply
-
1. Reverse axis:layout:
yaxis:
autorange: reversed
2. Log Scalelayout:
yaxis:
type: log 3. Pro tip ;)Most of the time you can find the answer by googlling "plotly.js [your question]". Example: "plotly.js log scale" |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dbuezas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1. Reverse axis:
2. Log Scale
3. Pro tip ;)
Most of the time you can find the answer by googlling "plotly.js [your question]". Example: "plotly.js log scale"