Logarithmic scale

Bug reports, feature requests and other feedback.
Post Reply
Mrinktvis
Posts: 1
Joined: Tue Mar 28, 2023 8:58 am

Logarithmic scale

Post by Mrinktvis »

Hello,

First of all thank you for this very useful tool to have easy insight in data.

Some data I use very often is normally displayed in a logarithmic trend instead of linear. I would like to see the ability to use a logarithmic scale.

With kind regards and thanks a lot!
Waveworks
Posts: 170
Joined: Thu Sep 05, 2019 1:05 pm

Re: Logarithmic scale

Post by Waveworks »

Hello,

Thank you for the suggestion - that makes sense. I'm adding it to the list of feature requests.

For now you can use a formula like y_log = log(y) to visualize the logarithm of y. I understand it's not exactly what you want since it won't show the logarithmic scale and grid, but hopefully it helps a bit while waiting for this feature to be implemented.

Best regards,
Gustaf
Peal
Posts: 6
Joined: Fri Jan 12, 2024 9:12 am

Re: Logarithmic scale

Post by Peal »

Hello,

i've got a request that might have a similar solution / poses a similar problem for implementing:
i want to use the data from one column as the x-values for others.

Simplest example: coordinates (not my use-case)
To be able to load a file "circle.csv" with x- and y values, that can be set up in such a way that it draws a circle in the viewer.
Post Reply