Hi all,
I am working with some data, which I sometimes needs to visualize in scatter plot graph. Some of the dimensions can have exponential character, therefore, I need to use a logarithm scale to be able to see something in the graph properly.
However, I do not know in advance character of data dimensions, therefore, have no clue if graph need to use linear or logarithm scale (in script code) and need to revise this manually for each input.
Is there a way to auto-detect if logarithm or linear scale is proper for some dimension / variable?
Best, Jozef

