Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for logarithmic scale #6773

Open
roym899 opened this issue Jul 4, 2024 · 0 comments
Open

Add support for logarithmic scale #6773

roym899 opened this issue Jul 4, 2024 · 0 comments
Labels
🟦 blueprint The data that defines our UI enhancement New feature or request 📈 plot Plots, charts, graphs, timeseries, …

Comments

@roym899
Copy link
Collaborator

roym899 commented Jul 4, 2024

Is your feature request related to a problem? Please describe.
Logarithmic scale is typically used to visualize data that varies a lot (same problem as described in #1732). This is a standard feature of most plotting libraries and I would expect the viewer to have support for this. It is also commonly used when monitoring losses for neural nets.

Describe the solution you'd like

  • Add an option to switch between linear and logarthmic scale Y-axis (under View properties -> Scalar axis).

The X-axis is less obvious. Should the timeline support linear and log scales? Should changing the timeline affect the plots? Or should they be decoupled?

Describe alternatives you've considered
Current workaround is to log transformed scalars (this works for both x and y-axis). It'd be much more convenient to have a switch for this in the viewer though.

@roym899 roym899 added enhancement New feature or request 👀 needs triage This issue needs to be triaged by the Rerun team labels Jul 4, 2024
@Wumpf Wumpf added 🟦 blueprint The data that defines our UI 📈 plot Plots, charts, graphs, timeseries, … and removed 👀 needs triage This issue needs to be triaged by the Rerun team labels Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🟦 blueprint The data that defines our UI enhancement New feature or request 📈 plot Plots, charts, graphs, timeseries, …
Projects
None yet
Development

No branches or pull requests

2 participants