tensorflow / tensorboard

TensorFlow's Visualization Toolkit
Apache License 2.0
6.73k stars 1.66k forks source link

Support Logarithmic scale to x-axis too #1147

Open yk5 opened 6 years ago

yk5 commented 6 years ago

Recent research shows that log-log scaled plotting would help to visualize conversion trends. http://research.baidu.com/deep-learning-scaling-predictable-empirically/

As Tensorboard provides log-scale option for Y-axis, what's missing is log-scale option for X-axis. Of course this would be useful when an issue #938 about the log-scaling is fixed.

The option could be easily iconized as rotating the icon for Y-axis by 90 degree.

jart commented 6 years ago

We don't have time to work on this right now, but we're open to contributions adding this feature. Please note vz-line-chart is delicate and should be modified with special care, as we've seen changes to this component cause regressions in the past.