Replies: 1 comment 1 reply
-
|
If you have a minimal code example that fails, then consider posting the entire example here or open an issue. (But in my experience |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need the y-axis of a line chart to be in logarithmic space, so I'm calling this:
However, after adding
log_scale(), I no longer get any y axis labels nor grid. What configuration option am I missing? The JavaScript version of plotly has this factlity, but I couldn't figure out how it maps to the Rust version:Any tips appreciated!
Beta Was this translation helpful? Give feedback.
All reactions