You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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